spec/lib/manifest_spec.rb in rails-service-0.1.0 vs spec/lib/manifest_spec.rb in rails-service-0.2.0

- old
+ new

@@ -41,10 +41,10 @@ ) end end describe 'loading file' do - context 'file not exists' do + context 'file does not exists' do let(:path) { 'dobrypies.yaml' } it 'log that file was not' do expect(logger).to receive(:warn) manifest