Remove uneeded call in Recipe::DSL#env spec
This commit is contained in:
parent
a675c9c910
commit
000c21e094
@ -113,7 +113,7 @@ module Producer::Core
|
|||||||
|
|
||||||
it 'registers the target host in the env' do
|
it 'registers the target host in the env' do
|
||||||
expect(env).to receive(:target=).with('some_host.example')
|
expect(env).to receive(:target=).with('some_host.example')
|
||||||
dsl.evaluate(env)
|
dsl
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user