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

(chore): Use RSpec with the newer :expect syntax #187

Open
olleolleolle opened this issue Jan 29, 2021 · 0 comments
Open

(chore): Use RSpec with the newer :expect syntax #187

olleolleolle opened this issue Jan 29, 2021 · 0 comments

Comments

@olleolleolle
Copy link
Contributor

olleolleolle commented Jan 29, 2021

This warning was output in the CI builds:

Using should from rspec-expectations' old :should syntax without explicitly enabling the syntax is deprecated. Use the new :expect syntax or explicitly enable :should with config.expect_with(:rspec) { |c| c.syntax = :should } instead. Called from /Users/runner/work/rake-compiler/rake-compiler/spec/lib/rake/extensiontask_spec.rb:10:in `block (4 levels) in <top (required)>'.

We can avoid this warning by configuring RSpec, by using Transpec, or the like.

@olleolleolle olleolleolle changed the title (chore): RSpec with :expect syntax (chore): Use RSpec with the newer :expect syntax Jan 29, 2021
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

1 participant