Method: RSpec::Core::RakeTask#spec_opts=

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

#spec_opts=(opts) ⇒ Object

Deprecated.

Use rspec_opts instead.

Command line options to pass to rspec.

default:

nil


107
108
109
110
# File 'lib/rspec/core/rake_task.rb', line 107

def spec_opts=(opts)
  RSpec.deprecate('RSpec::Core::RakeTask#spec_opts=', 'rspec_opts=')
  @rspec_opts = opts
end