11 12 13
# File 'lib/rag/ruby/test.rb', line 11 def all system "bundle exec rspec --color spec", :verbose => true end
6 7 8
# File 'lib/rag/ruby/test.rb', line 6 def default system "watchr #{Rag::Rc.o.project}.watchr", :verbose => true end