Skip to content

Commit

Permalink
Merge pull request #2899 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
yndajas committed May 22, 2024
2 parents d41a58c + 66dfe99 commit 983692d
Show file tree
Hide file tree
Showing 3 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 @@ -631,13 +631,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
2 changes: 1 addition & 1 deletion test/controllers/batch_invitations_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def users_csv(filename = "users.csv")
context "GET new" do
should "render a form" do
get :new
assert_response 200
assert_response :ok
assert_select "input[type=file]"
end

Expand Down
2 changes: 1 addition & 1 deletion test/controllers/organisations_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class OrganisationsControllerTest < ActionController::TestCase

should "list organisations" do
get :index
assert_response 200
assert_response :ok
assert_select "td", "Ministry of Funk (MoF)"
end
end
Expand Down

0 comments on commit 983692d

Please sign in to comment.