Skip to content

Commit

Permalink
Enable Rubocop Capybara extension
Browse files Browse the repository at this point in the history
After adding the tests in Capybara, our Rubocop informed us:

> The following RuboCop extension libraries are installed
> but not loaded in config:
>   * rubocop-capybara

So I added this extension to our Rubocop configuration.
  • Loading branch information
torrocus committed Oct 5, 2023
1 parent 32911ed commit f04ff58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require:
- rubocop-capybara
- rubocop-factory_bot
- rubocop-performance
- rubocop-rails
Expand Down

0 comments on commit f04ff58

Please sign in to comment.