Enable warnings in test:authentication

This commit is contained in:
Wojciech Piekutowski 2011-02-20 00:42:03 +01:00
parent d9ba3da0bf
commit 132ed07bfd
1 changed files with 1 additions and 0 deletions

View File

@ -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|