Method: RSpec::Core::RakeTask#verbose

Defined in:
lib/rspec/core/rake_task.rb

#verboseObject

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