We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f07ef0 commit 7e6e29eCopy full SHA for 7e6e29e
Rakefile
@@ -15,7 +15,7 @@ end
15
Rake::TestTask.new do |t|
16
t.libs << "."
17
# disabled warnings because addressable 2.4 has lots of them
18
- # t.warning = true
+ t.warning = false
19
t.verbose = true
20
t.test_files = FileList.new('test/*_test.rb')
21
end
0 commit comments