Fix minor typos in comments and spec names (#21831)
This commit is contained in:
parent
b805b7f021
commit
99e2e9b81f
11 changed files with 11 additions and 11 deletions
|
@ -698,7 +698,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 querystring' do
|
||||
xit 'does not match URL query string' do
|
||||
expect(subject.match('https://example.com/?x=@alice')).to be_nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue