Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Turning warnings on in rake test.
  • Loading branch information
zdennis committed Mar 19, 2011
1 parent 0efb8f2 commit c77f0ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -41,6 +41,7 @@ ADAPTERS.each do |adapter|
namespace :test do
desc "Runs #{adapter} database tests."
Rake::TestTask.new(adapter) do |t|
t.warning = true
t.test_files = FileList["test/adapters/#{adapter}.rb", "test/*_test.rb", "test/active_record/*_test.rb", "test/#{adapter}/**/*_test.rb"]
end
task adapter
Expand Down

0 comments on commit c77f0ff

Please sign in to comment.