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

Use latest Rails by default #2267

Merged
merged 2 commits into from
Jan 23, 2020
Merged

Conversation

pirj
Copy link
Member

@pirj pirj commented Jan 22, 2020

Latest Rails includes ActionCable tests, that are otherwise skipped when testing the compatibility of other RSpec projects, e.g. rspec-expectation on CI.

Related pull request that was expected to fail, but didn't rspec/rspec-expectations#1157

Originally found here rspec/rspec-expectations#1155 (comment)

@pirj pirj self-assigned this Jan 22, 2020
pirj added 2 commits January 23, 2020 02:42
Latest Rails includes ActiveCable tests, that are otherwise skipped when
testing compatibility of other RSpec projects, e.g. `rspec-expectation`
on CI.
@pirj pirj force-pushed the use-latest-rails-by-default-in-specs branch from 0f81c37 to a257ba0 Compare January 22, 2020 23:43
@@ -28,7 +28,7 @@ when /stable/
MAJOR = 6
MINOR = 0
when nil, false, ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slight improvement, you could merge this with above.

@pirj
Copy link
Member Author

pirj commented Jan 23, 2020

This can be merged after rspec/rspec-dev#235 and its child pull requests.
PS Or, actually, better before to make sure it results in green builds for other projects.

@pirj pirj merged commit 8b2b8ff into master Jan 23, 2020
@JonRowe JonRowe deleted the use-latest-rails-by-default-in-specs branch January 23, 2020 19:27
JonRowe pushed a commit that referenced this pull request Mar 13, 2020
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.

3 participants