diff options
author | Hiroyuki Sato <sathiroyuki@gmail.com> | 2017-09-05 22:23:02 +0900 |
---|---|---|
committer | Hiroyuki Sato <sathiroyuki@gmail.com> | 2017-09-05 22:23:02 +0900 |
commit | 8bafe5d1eed5b6430afd565d8c0fbdedac17c1b8 (patch) | |
tree | 4b6264887b93ed3d787645c81b4132c101a9897d | |
parent | c0303b81feda982d2640ffd594f6c01e9b6502ea (diff) | |
download | gitlab-ce-8bafe5d1eed5b6430afd565d8c0fbdedac17c1b8.tar.gz |
Fix typo
-rw-r--r-- | spec/lib/gitlab/sql/pattern_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/sql/pattern_spec.rb b/spec/lib/gitlab/sql/pattern_spec.rb index a780776d48e..48d56628ed5 100644 --- a/spec/lib/gitlab/sql/pattern_spec.rb +++ b/spec/lib/gitlab/sql/pattern_spec.rb @@ -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 |