From 6276720137c25cc05419e4aced2cd1895fee5d3c Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 9 Oct 2014 20:15:40 +0000 Subject: [PATCH] Fix wording in specs --- spec/producer/core/actions/file_replace_content_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/producer/core/actions/file_replace_content_spec.rb b/spec/producer/core/actions/file_replace_content_spec.rb index d4e0052..a5337f5 100644 --- a/spec/producer/core/actions/file_replace_content_spec.rb +++ b/spec/producer/core/actions/file_replace_content_spec.rb @@ -15,7 +15,7 @@ module Producer::Core before { allow(remote_fs).to receive(:file_read).with(path) { content } } describe '#setup' do - context 'when content is missing' do + context 'when replacement is missing' do let(:replacement) { nil } it 'raises ArgumentError' do