-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Remove shared_context_metadata_behavior config option and make apply_to_host_groups the default #2834
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pirj
force-pushed
the
apply-to-host-groups
branch
from
December 30, 2020 00:06
ca9ef62
to
bd3ccc6
Compare
pirj
force-pushed
the
apply-to-host-groups
branch
from
December 30, 2020 00:13
bd3ccc6
to
c8c8482
Compare
JonRowe
approved these changes
Dec 30, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the requisite PRs are merged and green, this is "LGTM"
pirj
changed the title
Remove shared_context_metadata_behavior config option and make
Remove shared_context_metadata_behavior config option and make apply_to_host_groups the default
Dec 30, 2020
pirj
force-pushed
the
apply-to-host-groups
branch
from
January 6, 2021 06:19
c8c8482
to
72e4fd9
Compare
pirj
added a commit
to rspec/rspec-rails
that referenced
this pull request
Jan 9, 2021
panSarin
pushed a commit
to 2N-IT/rspec-rails
that referenced
this pull request
Feb 19, 2021
pirj
added a commit
that referenced
this pull request
Mar 1, 2021
yujinakayama
pushed a commit
to yujinakayama/rspec-monorepo
that referenced
this pull request
Oct 19, 2021
…ost-groups Remove shared_context_metadata_behavior config option and make apply_to_host_groups the default --- This commit was imported from rspec/rspec-core@23bbc51.
yujinakayama
pushed a commit
to yujinakayama/rspec-monorepo
that referenced
this pull request
Oct 19, 2021
Fixes rspec/rspec-core#2775 Related: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#1762 --- This commit was imported from rspec/rspec-core@361e521.
pirj
added a commit
to rubocop/rubocop-rspec
that referenced
this pull request
Jul 9, 2022
Starting from RSpec 4, the implicit shared context inclusion, when a shared context would have been included to an example if the example has matching metadata, is not the case anymore. See: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#2878
pirj
added a commit
to rubocop/rubocop-rspec
that referenced
this pull request
Jul 9, 2022
Starting from RSpec 4, the implicit shared context inclusion, when a shared context would have been included to an example if the example has matching metadata, is not the case anymore. See: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#2878
pirj
added a commit
to rubocop/rubocop-rspec
that referenced
this pull request
Jul 9, 2022
Starting from RSpec 4, the implicit shared context inclusion, when a shared context would have been included to an example if the example has matching metadata, is not the case anymore. See: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#2878
pirj
added a commit
to rubocop/rubocop-rspec
that referenced
this pull request
Jul 10, 2022
Starting from RSpec 4, the implicit shared context inclusion, when a shared context would have been included to an example if the example has matching metadata, is not the case anymore. See: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#2878
Merged
5 tasks
pirj
added a commit
to rubocop/rubocop-capybara
that referenced
this pull request
Dec 29, 2022
Starting from RSpec 4, the implicit shared context inclusion, when a shared context would have been included to an example if the example has matching metadata, is not the case anymore. See: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#2878
ydah
pushed a commit
to rubocop/rubocop-factory_bot
that referenced
this pull request
Apr 13, 2023
Starting from RSpec 4, the implicit shared context inclusion, when a shared context would have been included to an example if the example has matching metadata, is not the case anymore. See: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#2878
ydah
pushed a commit
to rubocop/rubocop-rspec_rails
that referenced
this pull request
Mar 27, 2024
Starting from RSpec 4, the implicit shared context inclusion, when a shared context would have been included to an example if the example has matching metadata, is not the case anymore. See: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#2878
ydah
pushed a commit
to rubocop/rubocop-rspec_rails
that referenced
this pull request
Mar 27, 2024
Starting from RSpec 4, the implicit shared context inclusion, when a shared context would have been included to an example if the example has matching metadata, is not the case anymore. See: - rspec/rspec-core#2834 - rspec/rspec-core#2832 - rspec/rspec-core#2878
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2832
Depends on:
shared_context_metadata_behavior
from spec helpersshould
and globally-exposed DSL