Skip to content

Commit 119e652

Browse files
committed
Verbose tests to find a problem
1 parent 7e1309d commit 119e652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Rake::TestTask.new(:test) do |t|
3030
else
3131
ENV["RUBYOPT"] = "-Itest/lib"
3232
end
33+
ENV["TESTOPT"] = "-v"
3334
t.libs << "test/lib"
3435
t.ruby_opts << "-rhelper"
3536
t.test_files = FileList["test/**/test_*.rb"]

0 commit comments

Comments
 (0)