Skip to content

Fix rspec deprecation warnings. .should -> expect().to#141

Merged
hunner merged 1 commit intopuppetlabs:masterfrom
vrtdev:feature/fix_spec_deprecation_warnings
Sep 29, 2015
Merged

Fix rspec deprecation warnings. .should -> expect().to#141
hunner merged 1 commit intopuppetlabs:masterfrom
vrtdev:feature/fix_spec_deprecation_warnings

Conversation

@vStone
Copy link
Copy Markdown
Contributor

@vStone vStone commented Sep 29, 2015

Fixes

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 
/my/vagrant/puppet/modules/upstream/java/spec/unit/facter/java_major_version_spec.rb:14:in `block (4 levels) in <top (required)>'.

hunner added a commit that referenced this pull request Sep 29, 2015
…ings

Fix rspec deprecation warnings. .should -> expect().to
@hunner hunner merged commit 913a810 into puppetlabs:master Sep 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants