mirror of https://github.com/rails/rails
Adding verbose mode to test_with_ar_integration
This commit is contained in:
parent
dcf7738b7d
commit
6f4d9ab823
|
@ -39,6 +39,8 @@ desc 'ActiveRecord Integration Tests'
|
||||||
Rake::TestTask.new(:test_active_record_integration) do |t|
|
Rake::TestTask.new(:test_active_record_integration) do |t|
|
||||||
t.libs << 'test'
|
t.libs << 'test'
|
||||||
t.test_files = Dir.glob("test/activerecord/*_test.rb")
|
t.test_files = Dir.glob("test/activerecord/*_test.rb")
|
||||||
|
t.warning = true
|
||||||
|
t.verbose = true
|
||||||
end
|
end
|
||||||
|
|
||||||
spec = eval(File.read('actionview.gemspec'))
|
spec = eval(File.read('actionview.gemspec'))
|
||||||
|
|
Loading…
Reference in New Issue