-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation with RSpec 2.99.0 rc1 #25
Comments
Note: it's not possible to enable RSpec's |
@nathany -- you could try delaying when you set that config until after this warning has been issued: RSpec.configure do |config|
before(:suite) { config.raise_errors_for_deprecations! }
end |
Good point. Thanks @myronmarston. I'm not 100% sure if that works, as I've fixed all our other deprecations. 😄 |
<RSpec::Core::DeprecationError: Instantiating a
RSpec::Core::CommandLine
with an array of options is deprecated. Use Instantiate aRSpec::Core::Runner
with aRSpec::Core::ConfigurationOptions
instance instead. Called from ~/.rvm/gems/ruby-2.1.2/gems/spork-1.0.0rc4/lib/spork/test_framework/rspec.rb:11The text was updated successfully, but these errors were encountered: