Skip to content

Commit

Permalink
Verbose tests to find a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 13, 2024
1 parent 7e1309d commit 119e652
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 @@ -30,6 +30,7 @@ Rake::TestTask.new(:test) do |t|
else
ENV["RUBYOPT"] = "-Itest/lib"
end
ENV["TESTOPT"] = "-v"
t.libs << "test/lib"
t.ruby_opts << "-rhelper"
t.test_files = FileList["test/**/test_*.rb"]
Expand Down

0 comments on commit 119e652

Please sign in to comment.