You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
One of the provider tests uses a deprecated
should
form in its RSpec test. This should be replaced with the supported equivalent.The text was updated successfully, but these errors were encountered: