Skip to content

Commit

Permalink
Added testW0 rake task.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 14141]
  • Loading branch information
zenspider committed May 11, 2024
1 parent d6f62b9 commit 609f1ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ task :bugs do
sh "for f in bug*.rb ; do echo $f; echo; #{Gem.ruby} -Ilib $f && rm $f ; done"
end

Minitest::TestTask.create :testW0 do |t|
t.warning = false
t.test_prelude = "$-w = nil"
end

# vim: syntax=Ruby

0 comments on commit 609f1ad

Please sign in to comment.