mirror of https://github.com/rails/rails
Hush AP test suite
This commit is contained in:
parent
1c52bca266
commit
819a353c44
|
@ -31,7 +31,6 @@ Rake::TestTask.new(:test_action_pack) do |t|
|
|||
# this will not happen automatically and the tests (as a whole) will error
|
||||
t.test_files = Dir.glob('test/{abstract,controller,dispatch,template}/**/*_test.rb').sort
|
||||
|
||||
t.verbose = true
|
||||
# t.warning = true
|
||||
end
|
||||
|
||||
|
@ -45,7 +44,6 @@ desc 'ActiveRecord Integration Tests'
|
|||
Rake::TestTask.new(:test_active_record_integration) do |t|
|
||||
t.libs << 'test'
|
||||
t.test_files = Dir.glob("test/activerecord/*_test.rb")
|
||||
t.verbose = true
|
||||
end
|
||||
|
||||
# Genereate the RDoc documentation
|
||||
|
|
Loading…
Reference in New Issue