Enable warnings in test:functional
This commit is contained in:
parent
5dfac28dd4
commit
5270b6ec06
1
Rakefile
1
Rakefile
|
@ -89,6 +89,7 @@ namespace :test do
|
||||||
Rake::TestTask.new(:functional) do |t|
|
Rake::TestTask.new(:functional) do |t|
|
||||||
t.test_files = FileList['test/*_test.rb']
|
t.test_files = FileList['test/*_test.rb']
|
||||||
t.verbose = true
|
t.verbose = true
|
||||||
|
t.ruby_opts << '-w'
|
||||||
end
|
end
|
||||||
|
|
||||||
Rake::TestTask.new(:pooled_threading) do |t|
|
Rake::TestTask.new(:pooled_threading) do |t|
|
||||||
|
|
Loading…
Reference in New Issue