Skip to content

Commit

Permalink
Capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Aug 27, 2024
1 parent 28a895d commit bfb87c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require:
- rubocop-rspec
- rubocop-rspec_rails
- rubocop-factory_bot
- rubocop-capybara

AllCops:
TargetRubyVersion: 2.3
Expand Down Expand Up @@ -397,13 +398,13 @@ RSpec/DuplicatedMetadata:
RSpec/ExcessiveDocstringSpacing:
Enabled: true

RSpec/FactoryBot/ConsistentParenthesesStyle:
FactoryBot/ConsistentParenthesesStyle:
Enabled: true

RSpec/FactoryBot/FactoryNameStyle:
FactoryBot/FactoryNameStyle:
Enabled: true

RSpec/FactoryBot/SyntaxMethods:
FactoryBot/SyntaxMethods:
Enabled: true

RSpec/IdenticalEqualityAssertion:
Expand All @@ -418,19 +419,19 @@ RSpec/NoExpectationExample:
RSpec/PendingWithoutReason:
Enabled: true

RSpec/Rails/AvoidSetupHook:
RSpecRails/AvoidSetupHook:
Enabled: true

RSpec/Rails/HaveHttpStatus:
RSpecRails/HaveHttpStatus:
Enabled: true

RSpec/Rails/InferredSpecType:
RSpecRails/InferredSpecType:
Enabled: true

RSpec/Rails/MinitestAssertions:
RSpecRails/MinitestAssertions:
Enabled: true

RSpec/Rails/TravelAround:
RSpecRails/TravelAround:
Enabled: true

RSpec/RedundantAround:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ group(:development, :test) do
gem 'rubocop-rspec', require: false
gem 'rubocop-rspec_rails', require: false
gem 'rubocop-factory_bot', require: false
gem 'rubocop-capybara', require: false
gem 'simplecov', require: false
gem 'webmock', '~> 3.18'
gem 'yard', require: false
Expand Down

0 comments on commit bfb87c1

Please sign in to comment.