Skip to content

Commit 3a7e6b3

Browse files
committed
Disable the warnings because the dependent modules have a lot of
warnings
1 parent 77f01fc commit 3a7e6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ require 'rake/testtask'
55
Rake::TestTask.new(:test) do |test|
66
test.libs << 'lib' << 'test'
77
test.pattern = 'test/*.rb'
8+
test.warning = false
89
test.verbose = true
9-
end
10+
end

0 commit comments

Comments
 (0)