1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Hush AM test suite

This commit is contained in:
Joshua Peek 2009-12-16 10:56:10 -06:00
parent ee51ddcc27
commit 1ca567e634

View file

@ -23,7 +23,6 @@ task :default => [ :test ]
Rake::TestTask.new { |t| Rake::TestTask.new { |t|
t.libs << "test" t.libs << "test"
t.pattern = 'test/*_test.rb' t.pattern = 'test/*_test.rb'
t.verbose = true
t.warning = true t.warning = true
} }