Skip to content

Commit

Permalink
Merge pull request #597 from kdmsnr/set-warning-false-in-test
Browse files Browse the repository at this point in the history
Set warning to false in test
  • Loading branch information
takahashim committed Apr 24, 2016
2 parents 039ae57 + 628ceb6 commit 291947f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -24,6 +24,7 @@ Rake::TestTask.new("test") do |t|
t.libs << "test"
t.test_files = Dir.glob("test/**/test_*.rb")
t.verbose = true
t.warning = false
end

begin
Expand Down

0 comments on commit 291947f

Please sign in to comment.