Skip to content

Commit

Permalink
Merge pull request #314 from alphagov/dependabot/bundler/rubocop-govu…
Browse files Browse the repository at this point in the history
…k-eq-4.15.0

Update rubocop-govuk requirement from = 4.14.0 to = 4.15.0
  • Loading branch information
jkempster34 committed Mar 21, 2024
2 parents 30e00f0 + a60636b commit 9c3198b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion govspeak.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ library for use in the UK Government Single Domain project'
s.add_development_dependency "minitest", "~> 5.14"
s.add_development_dependency "pry-byebug"
s.add_development_dependency "rake"
s.add_development_dependency "rubocop-govuk", "4.14.0"
s.add_development_dependency "rubocop-govuk", "4.15.0"
s.add_development_dependency "simplecov"
end
2 changes: 1 addition & 1 deletion test/govspeak_button_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class GovspeakTest < Minitest::Test
" do
assert_text_output "Start now JSA"
assert_html_output %(
<p><a class="gem-c-button govuk-button govuk-button--start" role="button" data-module="govuk-button" draggable="false" href="https://www.apply-for-new-style-jsa.dwp.gov.uk/?lang=cy"><span> Start now <abbr title="Jobseeker's Allowance">JSA</abbr></span><svg class="govuk-button__start-icon govuk-!-display-none-print" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewbox="0 0 33 40" focusable="false" aria-hidden="true"><path fill="currentColor" d="M0 0h13l20 20-20 20H0l20-20z"></path></svg></a></p>
<p><a class="gem-c-button govuk-button govuk-button--start" role="button" data-module="govuk-button" data-ga4-attributes='{"type":"start button"}' draggable="false" href="https://www.apply-for-new-style-jsa.dwp.gov.uk/?lang=cy"><span> Start now <abbr title="Jobseeker's Allowance">JSA</abbr></span><svg class="govuk-button__start-icon govuk-!-display-none-print" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewbox="0 0 33 40" focusable="false" aria-hidden="true"><path fill="currentColor" d="M0 0h13l20 20-20 20H0l20-20z"></path></svg></a></p>
)
end
end

0 comments on commit 9c3198b

Please sign in to comment.