Remove uneeded call in Recipe::DSL#env spec

This commit is contained in:
Thibault Jouan 2013-08-15 22:21:27 +00:00
parent a675c9c910
commit 000c21e094

View File

@ -113,7 +113,7 @@ module Producer::Core
it 'registers the target host in the env' do
expect(env).to receive(:target=).with('some_host.example')
dsl.evaluate(env)
dsl
end
end