Method: RSpec::Core::RakeTask#verbose
- Defined in:
- lib/rspec/core/rake_task.rb
#verbose ⇒ Object
Use verbose output. If this is set to true, the task will print the executed spec command to stdout.
default: true
62 63 64 |
# File 'lib/rspec/core/rake_task.rb', line 62 def verbose @verbose end |