Enable warnings in test:authentication
This commit is contained in:
parent
d9ba3da0bf
commit
132ed07bfd
1
Rakefile
1
Rakefile
@ -107,6 +107,7 @@ namespace :test do
|
|||||||
Rake::TestTask.new(:authentication) do |t|
|
Rake::TestTask.new(:authentication) do |t|
|
||||||
t.test_files = FileList['test/auxillary/authentication_test.rb']
|
t.test_files = FileList['test/auxillary/authentication_test.rb']
|
||||||
t.verbose = true
|
t.verbose = true
|
||||||
|
t.ruby_opts << '-w'
|
||||||
end
|
end
|
||||||
|
|
||||||
Rake::TestTask.new(:new_features) do |t|
|
Rake::TestTask.new(:new_features) do |t|
|
||||||
|
Loading…
Reference in New Issue
Block a user