mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Introduces rubocop-capybara
This commit is contained in:
parent
76145f0874
commit
7b85b86e15
3 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
require:
|
||||
- rubocop-rspec
|
||||
- rubocop-rails
|
||||
- rubocop-capybara
|
||||
|
||||
inherit_from: .rubocop_todo.yml
|
||||
|
||||
|
|
|
|||
1
Gemfile
1
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue