Skip to content

Commit

Permalink
Added documentation for warning option
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 1, 2017
1 parent 537daac commit 316c76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rake/testtask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class TestTask < TaskLib

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

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

0 comments on commit 316c76d

Please sign in to comment.