Commit c2767cb7 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'rachelfox-master-patch-09082' into 'master'

fix exist typo

See merge request gitlab-org/gitlab!32834
parents 51272874 d4bfe97a
...@@ -14,7 +14,7 @@ describe UploaderHelper do ...@@ -14,7 +14,7 @@ describe UploaderHelper do
end end
describe '#extension_match?' do describe '#extension_match?' do
it 'returns false if file does not exists' do it 'returns false if file does not exist' do
expect(uploader.file).to be_nil expect(uploader.file).to be_nil
expect(uploader.send(:extension_match?, 'jpg')).to eq false expect(uploader.send(:extension_match?, 'jpg')).to eq false
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment