Class: Ragen::Test

Inherits:
Thor
  • Object
show all
Defined in:
lib/rag/ruby/test.rb

Instance Method Summary collapse

Instance Method Details

#allObject



11
12
13
# File 'lib/rag/ruby/test.rb', line 11

def all
	system "bundle exec rspec --color spec", :verbose => true
end

#defaultObject



6
7
8
# File 'lib/rag/ruby/test.rb', line 6

def default
	system "watchr #{Rag::Rc.o.project}.watchr", :verbose => true
end