This commit is contained in:
Hiroyuki Sato 2017-09-05 22:23:02 +09:00
parent c0303b81fe
commit 8bafe5d1ee

View file

@ -80,7 +80,7 @@ describe Gitlab::SQL::Pattern do
end
end
context 'with two words divided by two speces both equal to 3 chars' do
context 'with two words divided by two spaces both equal to 3 chars' do
let(:query) { 'foo baz' }
it 'returns array containing two words' do