Skip to content

Commit e59abf3

Browse files
authored
Merge pull request #1922 from rubocop/ydah-patch-1
Fix to upgrade_to_version_3.adoc
2 parents 955e485 + eb7929b commit e59abf3

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)