mirror of https://github.com/rails/rails
Hush AM test suite
This commit is contained in:
parent
ee51ddcc27
commit
1ca567e634
|
@ -23,7 +23,6 @@ task :default => [ :test ]
|
|||
Rake::TestTask.new { |t|
|
||||
t.libs << "test"
|
||||
t.pattern = 'test/*_test.rb'
|
||||
t.verbose = true
|
||||
t.warning = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue