Update spec/services/url_generator_spec.rb

Co-authored-by: Maikel <maikel@email.org.au>
This commit is contained in:
Matt-Yorkley
2022-01-18 08:45:46 +00:00
committed by GitHub
parent 18ac9b5335
commit 3bfea510b2

View File

@@ -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