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