Fix incorrect class name in recipe spec
This commit is contained in:
parent
00f6284a2d
commit
16134bf827
@ -29,7 +29,7 @@ module Producer::Core
|
|||||||
|
|
||||||
describe '#evaluate' do
|
describe '#evaluate' do
|
||||||
it 'builds a recipe DSL sandbox' do
|
it 'builds a recipe DSL sandbox' do
|
||||||
expect(Recipe).to receive(:new).with(code).and_call_original
|
expect(Recipe::DSL).to receive(:new).with(code).and_call_original
|
||||||
recipe.evaluate
|
recipe.evaluate
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user