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 unsupported around(:all) RSpec configuration #98

Merged
merged 1 commit into from
Jun 13, 2020

Conversation

aldesantis
Copy link
Member

Turns an around(:all) into around. around(:all) is not really supported by RSpec and is converted into around(:example) internally.

@aldesantis aldesantis self-assigned this Jun 13, 2020
@aldesantis aldesantis force-pushed the aldesantis/fix-unsupported-around-all branch from cdcd198 to f331992 Compare June 13, 2020 17:15
`around(:all)` is not supported by RSpec and is treated like an
`around(:example)` call.
@aldesantis aldesantis force-pushed the aldesantis/fix-unsupported-around-all branch from f331992 to b7d0070 Compare June 13, 2020 17:16
@aldesantis aldesantis merged commit accb3da into master Jun 13, 2020
@aldesantis aldesantis deleted the aldesantis/fix-unsupported-around-all branch June 13, 2020 17:17
@aldesantis aldesantis added the infrastructure Internal change — changelog entry not needed. label Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Internal change — changelog entry not needed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant