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 stub deprecation warning #20

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

expuss2000
Copy link
Contributor

Deprecation Warnings:

Using stub from rspec-mocks' old :should syntax without explicitly enabling the syntax is deprecated. Use the new :expect syntax or explicitly enable :should instead. Called from /workspace/spec/classes/storm/namespace.xml.erb_spec.rb:69:in `block (2 levels) in <top (required)>'.

Deprecation Warnings:

Using `stub` from rspec-mocks' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead. Called from /workspace/spec/classes/storm/namespace.xml.erb_spec.rb:69:in `block (2 levels) in <top (required)>'.
@enricovianello enricovianello merged commit 2fa53c1 into master Oct 17, 2024
2 checks passed
@enricovianello enricovianello deleted the fix-stub-deprecation branch October 17, 2024 12:59
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

Successfully merging this pull request may close these issues.

2 participants