Skip to content

Commit eb7929b

Browse files
authored
Fix to upgrade_to_version_3.adoc
This PR is fixes about the .rubocop.yml changes for migration v3.
1 parent 955e485 commit eb7929b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/modules/ROOT/pages/upgrade_to_version_3.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ end
2525

2626
[source,yaml]
2727
----
28-
Capybara:
29-
Enabled: true
28+
require:
29+
- rubocop-rspec
30+
- rubocop-capybara
3031
----
3132

3233
And you need to remove the old department in your `.rubocop.yml` file:

0 commit comments

Comments
 (0)