Commit d4bfe97a authored by Rachel Fox's avatar Rachel Fox

fix exist typo

parent 402d9e56
......@@ -14,7 +14,7 @@ describe UploaderHelper do
end
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.send(:extension_match?, 'jpg')).to eq false
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