Skip to content

Commit

Permalink
Don't run tests with "-w" flag on MRI 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed May 3, 2016
1 parent 5870ff3 commit cbc48e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require "rake/testtask"
Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/**/*_test.rb']
t.warning = false
end

task :default => :test

0 comments on commit cbc48e2

Please sign in to comment.