aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index c2ae16b7d9..69c95468e9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,5 +7,6 @@ Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.pattern = 'test/**/*_test.rb'
t.verbose = true
+ t.warning = false
end
Rake::Task['test'].comment = "Run tests"