Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com>
  • Loading branch information
pirj and bquorning authored Jun 18, 2024
1 parent 5fd1228 commit 5646c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/upgrade_to_version_3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In version 3.x:

If you are using the RSpec/Capybara, RSpec/FactoryBot, or RSpec/Rails departments -- or have one in a `require` list in your rubocop.yml -- you need to install the corresponding gem and add it to your `.rubocop.yml` file:

* Capybara: `ubocop-capybara`
* Capybara: `rubocop-capybara`
* FactoryBot: `rubocop-factory_bot`
* Rails: `rubocop-rspec_rails`

Expand Down Expand Up @@ -57,4 +57,4 @@ RSpec/Rails:

== Troubleshooting

If you're seeing `cannot load such file` when running rubocop, even after installing the gems, try restarting your LSP with `rubocop --restart-server`.
If you're seeing `cannot load such file` when running rubocop, even after installing the gems, restart the server with `rubocop --restart-server`.

0 comments on commit 5646c8c

Please sign in to comment.