Fix typo in features and specs (exists -> exist)

This commit is contained in:
Thibault Jouan
2015-04-04 23:14:05 +00:00
parent 50a44d51b7
commit d481398980
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ module Producer::Core
end
end
context 'when parent directories does not exists' do
context 'when parent directories does not exist' do
let(:path) { 'some/path' }
it 'creates parent directories' do