Fix wording in specs
This commit is contained in:
parent
3cc52bb1a8
commit
6276720137
@ -15,7 +15,7 @@ module Producer::Core
|
|||||||
before { allow(remote_fs).to receive(:file_read).with(path) { content } }
|
before { allow(remote_fs).to receive(:file_read).with(path) { content } }
|
||||||
|
|
||||||
describe '#setup' do
|
describe '#setup' do
|
||||||
context 'when content is missing' do
|
context 'when replacement is missing' do
|
||||||
let(:replacement) { nil }
|
let(:replacement) { nil }
|
||||||
|
|
||||||
it 'raises ArgumentError' do
|
it 'raises ArgumentError' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user