mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Update spec/services/url_generator_spec.rb
Co-authored-by: Maikel <maikel@email.org.au>
This commit is contained in:
@@ -10,7 +10,7 @@ describe UrlGenerator do
|
||||
expect(subject.to_url("Top Cat!?")).to eq "top-cat"
|
||||
end
|
||||
|
||||
it "handles unusual characters like accents and umlauts" do
|
||||
it "handles accents" do
|
||||
expect(subject.to_url("Père Noël")).to eq "pere-noel"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user