thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.02k stars 528 forks source link

AccessibilityGenerator: Update gem declaration #1185

Closed stevepolitodesign closed 7 months ago

stevepolitodesign commented 7 months ago

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.