Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.19.0 to 2.20.0 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 20, 2023
1 parent 81347a9 commit 170fdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.19.0)
rubocop-rspec (2.20.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-graphviz (1.2.5)
Expand Down
2 changes: 2 additions & 0 deletions spec/models/furniture_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
describe "#slot" do
let(:room) { create(:room) }
let(:placements) { create_list(:furniture, 3, room: room) }
# rubocop:disable RSpec/IndexedLet
let(:placement1) { placements[0] }
let(:placement2) { placements[1] }
let(:placement3) { placements[2] }
# rubocop:enable RSpec/IndexedLet

before {
placement1
Expand Down

0 comments on commit 170fdf4

Please sign in to comment.