Update Capybara and FactoryBot rubocop namespaces
They changed in rubocop-rspec 2.0.0.pre.
This commit is contained in:
30
.rubocop.yml
30
.rubocop.yml
@@ -17,21 +17,6 @@ Bundler/OrderedGems:
|
|||||||
Enabled: true
|
Enabled: true
|
||||||
ConsiderPunctuation: true
|
ConsiderPunctuation: true
|
||||||
|
|
||||||
Capybara/CurrentPathExpectation:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Capybara/FeatureMethods:
|
|
||||||
Enabled: true
|
|
||||||
EnabledMethods:
|
|
||||||
- scenario
|
|
||||||
- xscenario
|
|
||||||
|
|
||||||
Capybara/VisibilityMatcher:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
FactoryBot/FactoryClassName:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Layout/AssignmentIndentation:
|
Layout/AssignmentIndentation:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
@@ -343,6 +328,18 @@ RSpec/AroundBlock:
|
|||||||
RSpec/BeforeAfterAll:
|
RSpec/BeforeAfterAll:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
RSpec/Capybara/CurrentPathExpectation:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
|
RSpec/Capybara/FeatureMethods:
|
||||||
|
Enabled: true
|
||||||
|
EnabledMethods:
|
||||||
|
- scenario
|
||||||
|
- xscenario
|
||||||
|
|
||||||
|
RSpec/Capybara/VisibilityMatcher:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
RSpec/ContextMethod:
|
RSpec/ContextMethod:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
@@ -369,6 +366,9 @@ RSpec/EmptyLineAfterExampleGroup:
|
|||||||
RSpec/ExampleWording:
|
RSpec/ExampleWording:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
RSpec/FactoryBot/FactoryClassName:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
RSpec/FilePath:
|
RSpec/FilePath:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user