index
:
libzero/zero
master
zero - a ruby toolkit for building web services
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Thorfile
blob: c641ff7890abf7beb997cf8bd7509b91df01ea43 (
plain
) (
blame
)
1
2
3
4
5
6
class Default < Thor desc 'spec', 'run all specs' def spec exec 'rspec' end end