Skip to content
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

Fix deprecated use of should syntax in provider RSpec test #140

Closed
juniorsysadmin opened this issue May 20, 2015 · 1 comment
Closed

Fix deprecated use of should syntax in provider RSpec test #140

juniorsysadmin opened this issue May 20, 2015 · 1 comment

Comments

@juniorsysadmin
Copy link
Member

One of the provider tests uses a deprecated should form in its RSpec test. This should be replaced with the supported equivalent.

Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated.
Use the new `:expect` syntax or explicitly enable `:should` instead.
Called from ../puppet-nodejs/spec/unit/puppet/provider/package/npm_spec.rb:18:in `block (2 levels) in it_should_respond_to'.
@igalic
Copy link
Contributor

igalic commented May 26, 2015

should we just run transpec?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants