Skip to content

Commit 316c76d

Browse files
committed
Added documentation for warning option
1 parent 537daac commit 316c76d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/rake/testtask.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class TestTask < TaskLib
5151

5252
# Request that the tests be run with the warning flag set.
5353
# E.g. warning=true implies "ruby -w" used to run the tests.
54+
# (default is true)
5455
attr_accessor :warning
5556

5657
# Glob pattern to match test files. (default is 'test/test*.rb')

0 commit comments

Comments
 (0)