Skip to content

Commit

Permalink
Rakefile: Suppress warnings from the new rake
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Mar 11, 2016
1 parent 1020344 commit 99c9119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Rake::TestTask.new(:base_test) do |t|
# $ bundle exec rake base_test TEST=test/test_*.rb
t.libs << "test"
t.test_files = Dir["test/**/test_*.rb"].sort
t.verbose = true
#t.warning = true
t.verbose = false
t.warning = false
end

task :parallel_test do
Expand Down

0 comments on commit 99c9119

Please sign in to comment.