Adding verbose mode to test_with_ar_integration

This commit is contained in:
Arun Agrawal 2013-06-21 14:12:13 +02:00
parent dcf7738b7d
commit 6f4d9ab823

@ -39,6 +39,8 @@ 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.warning = true
t.verbose = true
end
spec = eval(File.read('actionview.gemspec'))