Method: Spec::Rake::SpecTask#verbose
- Defined in:
- lib/spec/rake/spectask.rb
#verbose ⇒ Object
Use verbose output. If this is set to true, the task will print the executed spec command to stdout. Defaults to false.
120 121 122 |
# File 'lib/spec/rake/spectask.rb', line 120 def verbose @verbose end |