Merge remote-tracking branch 'parent/main' into kb_development

This commit is contained in:
KMY 2023-10-04 14:17:41 +09:00
commit e82444634a
24 changed files with 100 additions and 100 deletions

View file

@ -700,7 +700,7 @@ RSpec.describe Account do
expect(subject.match('Check this out https://medium.com/@alice/some-article#.abcdef123')).to be_nil
end
xit 'does not match URL query string' do
it 'does not match URL query string' do
expect(subject.match('https://example.com/?x=@alice')).to be_nil
end
end