Skip to content

Commit 6d87721

Browse files
committed
Upgrade to rubocop-rspec 3.0
1 parent 10486ac commit 6d87721

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

integration-tests/.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ Metrics/MethodLength:
2525

2626
RSpec/ExampleLength:
2727
Max: 50
28-
29-
RSpecRails/InferredSpecType:
30-
Enabled: false

integration-tests/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem 'webrick', '~> 1.8'
99

1010
gem 'rubocop', '~> 1.63', require: false
1111
gem 'rubocop-capybara', '~> 2.20', require: false
12-
gem 'rubocop-rspec', '~> 2.29', require: false
12+
gem 'rubocop-rspec', '~> 3.0', require: false

integration-tests/Gemfile.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,7 @@ GEM
7373
parser (>= 3.3.1.0)
7474
rubocop-capybara (2.21.0)
7575
rubocop (~> 1.41)
76-
rubocop-factory_bot (2.26.1)
77-
rubocop (~> 1.61)
78-
rubocop-rspec (2.31.0)
79-
rubocop (~> 1.40)
80-
rubocop-capybara (~> 2.17)
81-
rubocop-factory_bot (~> 2.22)
82-
rubocop-rspec_rails (~> 2.28)
83-
rubocop-rspec_rails (2.29.1)
76+
rubocop-rspec (3.0.3)
8477
rubocop (~> 1.61)
8578
ruby-progressbar (1.13.0)
8679
rubyzip (2.3.2)
@@ -110,7 +103,7 @@ DEPENDENCIES
110103
rspec (~> 3.13)
111104
rubocop (~> 1.63)
112105
rubocop-capybara (~> 2.20)
113-
rubocop-rspec (~> 2.29)
106+
rubocop-rspec (~> 3.0)
114107
selenium-webdriver (~> 4.20)
115108
webrick (~> 1.8)
116109

0 commit comments

Comments
 (0)