Skip to content

Commit

Permalink
Update spec/country_select_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Nyh <[email protected]>
  • Loading branch information
2 people authored and scudco committed May 13, 2021
1 parent c8fc10e commit 0124c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/country_select_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Walrus
expect(t).to_not include(tag)
end

context "when there is a default except configured" do
context "when there is a default 'except' configured" do
around do |example|
old_value = ::CountrySelect::DEFAULTS[:except]
example.run
Expand Down

0 comments on commit 0124c5b

Please sign in to comment.