Skip to content

Commit

Permalink
Bump rubocop-govuk from 4.17.0 to 4.17.1
Browse files Browse the repository at this point in the history
This also fixes two new violations

Original (weird) commit message below

---
updated-dependencies:
- dependency-name: rubocop-govuk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ynda Jas <yndajas@gmail.com>
  • Loading branch information
dependabot[bot] and yndajas committed May 22, 2024
1 parent d41a58c commit 66dfe99
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 66dfe99

Please sign in to comment.