Skip to content

Commit a0f9d59

Browse files
committed
Change rake task 'verbose' parameter
The verbose option does not work anymore, so we have to explicitly pass the '--verbose' option now.
1 parent a5780bc commit a0f9d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rake::TestTask.new(:test) do |t|
1717
t.libs << 'lib'
1818
t.libs << 'test'
1919
t.test_files = FileList['test/**/*_test.rb']
20-
t.verbose = true
20+
t.options = '--verbose'
2121
t.ruby_opts = ["-W1"]
2222
end
2323

0 commit comments

Comments
 (0)