diff --git a/Rakefile b/Rakefile index cd5d970..92173ba 100644 --- a/Rakefile +++ b/Rakefile @@ -107,6 +107,7 @@ namespace :test do Rake::TestTask.new(:authentication) do |t| t.test_files = FileList['test/auxillary/authentication_test.rb'] t.verbose = true + t.ruby_opts << '-w' end Rake::TestTask.new(:new_features) do |t|