Class: Ragen::Test
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
11 12 13 |
# File 'lib/rag/ruby/test.rb', line 11 def all system "bundle exec rspec --color spec", :verbose => true end |
#default ⇒ Object
6 7 8 |
# File 'lib/rag/ruby/test.rb', line 6 def default system "watchr #{Rag::Rc.o.project}.watchr", :verbose => true end |