From 6c37ddc8e0fb116cbd5529256666ace5cf08f2c6 Mon Sep 17 00:00:00 2001 From: Stephen Rushe Date: Fri, 17 Mar 2023 16:14:52 +0000 Subject: [PATCH] Fix spec for Babosa update --- spec/lib/ho_tan/post/type/scrobble_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/lib/ho_tan/post/type/scrobble_spec.rb b/spec/lib/ho_tan/post/type/scrobble_spec.rb index 6138bc3..574552f 100644 --- a/spec/lib/ho_tan/post/type/scrobble_spec.rb +++ b/spec/lib/ho_tan/post/type/scrobble_spec.rb @@ -115,7 +115,7 @@ RSpec.describe HoTan::Post::Type::Scrobble do context 'when the slug source contains a hash' do let(:artist) { 'µ-Ziq' } let(:title) { 'Secret Stair #1' } - let(:expected_slug) { 'μ-ziq-secret-stair-1-125053' } + let(:expected_slug) { 'µ-ziq-secret-stair-1-125053' } it { expect(post.slug).to eq expected_slug } end @@ -140,7 +140,7 @@ RSpec.describe HoTan::Post::Type::Scrobble do context 'such as "µ"' do let(:artist) { 'µ-Ziq' } let(:title) { 'Hasty Boom Alert' } - let(:expected_slug) { 'μ-ziq-hasty-boom-alert-125053' } + let(:expected_slug) { 'µ-ziq-hasty-boom-alert-125053' } it { expect(post.slug).to eq expected_slug } end -- 2.45.2