From 132ed07bfde289bb9b21808138095fdd01fd4acf Mon Sep 17 00:00:00 2001 From: Wojciech Piekutowski Date: Sun, 20 Feb 2011 00:42:03 +0100 Subject: [PATCH] Enable warnings in test:authentication --- Rakefile | 1 + 1 file changed, 1 insertion(+) 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|