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

AccessibilityGenerator: Update gem declaration #1185

Merged

Conversation

stevepolitodesign
Copy link
Contributor

In order to avoid the following failure in CI, we need to load the latest build (not release) of capybara_accessibility_audit.

NoMethodError: undefined method `configure' for module RSpec (NoMethodError)

      RSpec.configure do |config|

For reference, this commit fixes the issue.

@stevepolitodesign stevepolitodesign force-pushed the suspenders-3-0-0-accessibility-follow-up branch from 6b25d76 to 1a6c058 Compare April 8, 2024 09:56
In order to avoid the following failure in CI, we need to load the
latest build (not release) of capybara_accessibility_audit.

```
NoMethodError: undefined method `configure' for module RSpec (NoMethodError)

      RSpec.configure do |config|
```

For reference, [this commit][] fixes the issue.

[this commit]: thoughtbot/capybara_accessibility_audit@0ee6922
@stevepolitodesign stevepolitodesign force-pushed the suspenders-3-0-0-accessibility-follow-up branch from 1a6c058 to 1257e66 Compare April 8, 2024 09:59
@stevepolitodesign stevepolitodesign merged commit 8edaa4b into suspenders-3-0-0 Apr 8, 2024
2 checks passed
@stevepolitodesign stevepolitodesign deleted the suspenders-3-0-0-accessibility-follow-up branch April 8, 2024 10:01
stevepolitodesign added a commit that referenced this pull request May 10, 2024
In order to avoid the following failure in CI, we need to load the
latest build (not release) of capybara_accessibility_audit.

```
NoMethodError: undefined method `configure' for module RSpec (NoMethodError)

      RSpec.configure do |config|
```

For reference, [this commit][] fixes the issue.

[this commit]: thoughtbot/capybara_accessibility_audit@0ee6922
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.

1 participant