Introduces rubocop-capybara

This commit is contained in:
Henne Vogelsang 2023-05-08 13:52:04 +02:00
parent 76145f0874
commit 7b85b86e15
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
3 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
require:
- rubocop-rspec
- rubocop-rails
- rubocop-capybara
inherit_from: .rubocop_todo.yml

View file

@ -235,6 +235,7 @@ group :development do
gem 'rubocop', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-capybara', require: false
gem 'haml_lint'
# to open mails
gem 'letter_opener'

View file

@ -507,6 +507,8 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-rails (2.15.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
@ -716,6 +718,7 @@ DEPENDENCIES
rspec-activemodel-mocks
rspec-rails
rubocop
rubocop-capybara
rubocop-rails
rubocop-rspec
ruby-oembed