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 77f01fc commit 3a7e6b3Copy full SHA for 3a7e6b3
Rakefile
@@ -5,5 +5,6 @@ require 'rake/testtask'
5
Rake::TestTask.new(:test) do |test|
6
test.libs << 'lib' << 'test'
7
test.pattern = 'test/*.rb'
8
+ test.warning = false
9
test.verbose = true
-end
10
+end
0 commit comments