We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537daac commit 316c76dCopy full SHA for 316c76d
1 file changed
lib/rake/testtask.rb
@@ -51,6 +51,7 @@ class TestTask < TaskLib
51
52
# Request that the tests be run with the warning flag set.
53
# E.g. warning=true implies "ruby -w" used to run the tests.
54
+ # (default is true)
55
attr_accessor :warning
56
57
# Glob pattern to match test files. (default is 'test/test*.rb')
0 commit comments