gvvaughan / lyaml

LibYAML binding for Lua.
gvvaughan.github.io/lyaml
Other
209 stars 34 forks source link

specl: command not found #19

Closed luckypoem closed 7 years ago

luckypoem commented 7 years ago

hi.

root@localhost:~/lyaml# specl -v1freport specs/*_spec.yaml No command 'specl' found, did you mean: Command 'pecl' from package 'php-pear' (main) Command 'spell' from package 'spell' (main) specl: command not found root@localhost:~/lyaml# find . -name specl root@localhost:~/lyaml#

how to fix it?

gvvaughan commented 7 years ago

specl is my rspec inspired lua test framework over lyaml. You can install it with luarocks:

luarocks install specl