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

Support the Rails 6.0.0 and RSpec 3 #137

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jmkim
Copy link

@jmkim jmkim commented Aug 29, 2019

Hi,

This patches will do:

  • RSpec transition from 2 to 3
  • Make compatible with Rails 6.0.0

This patch will close: #132 #136

Cheers,

Signed-off-by: Jongmin Kim <[email protected]>
`:should` syntax without explicitly enabling the syntax is deprecated in
RSpec. This patch will replace `:should` syntax with `#expect`, which
introduced in RSpec 2.11.

mbleigh#136

Signed-off-by: Jongmin Kim <[email protected]>
@jmkim
Copy link
Author

jmkim commented Aug 30, 2019

cc @aserafin

@rusikf
Copy link

rusikf commented Apr 21, 2020

Does there any plans to merge this ?

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.

Support for rails 5.2
3 participants