Skip to content

Commit

Permalink
Merge pull request #3194 from alphagov/dependabot/bundler/rubocop-gov…
Browse files Browse the repository at this point in the history
…uk-4.17.1

Bump rubocop-govuk from 4.17.0 to 4.17.1
  • Loading branch information
unoduetre committed May 22, 2024
2 parents 58b3e48 + c9020c7 commit eb14f48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -570,13 +570,13 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-govuk (4.17.0)
rubocop-govuk (4.17.1)
rubocop (= 1.63.5)
rubocop-ast (= 1.31.3)
rubocop-rails (= 2.24.1)
rubocop-rails (= 2.25.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.29.2)
rubocop-rails (2.24.1)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down
4 changes: 2 additions & 2 deletions test/controllers/step_navigation_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ContentItemsControllerTest < ActionController::TestCase

get :show, params: { path: }

assert_response 200
assert_response :ok
assert response.body.include?("Learn to drive a car: step by step")
end

Expand All @@ -30,7 +30,7 @@ class ContentItemsControllerTest < ActionController::TestCase

get :show, params: { path: }

assert_response 200
assert_response :ok
assert_not response.body.include?("Learn to drive a car: step by step")
end
end
Expand Down

0 comments on commit eb14f48

Please sign in to comment.