| Class | RSpec::Core::RakeTask |
| In: |
lib/rspec/core/rake_task.rb
|
| Parent: | ::Rake::TaskLib |
| fail_on_error | [RW] |
Whether or not to fail Rake when an error occurs
(typically when examples fail).
default: true |
| failure_message | [RW] | A message to print to stderr when there are failures. |
| name | [RW] |
Name of task.
default: :spec |
| pattern | [RW] |
Glob pattern to match files.
default: 'spec/**/*_spec.rb' |
| rcov | [RW] |
Use rcov for code coverage?
default: false |
| rcov_opts | [RW] |
Command line options to pass to rcov.
default: nil |
| rcov_path | [RW] |
Path to rcov.
default: 'rcov' |
| rspec_opts | [RW] |
Command line options to pass to rspec.
default: nil |
| rspec_path | [RW] |
Path to rspec
default: 'rspec' |
| ruby_opts | [RW] |
Command line options to pass to ruby.
default: nil |
| verbose | [RW] |
Use verbose output. If this is set to true, the task will print the
executed spec command to stdout.
default: true |