Change "wording" in Recipe::DSL#evaluate spec
This commit is contained in:
@@ -49,7 +49,7 @@ module Producer::Core
|
||||
end
|
||||
|
||||
it 'raises a RecipeEvaluationError on NameError' do
|
||||
dsl = Recipe::DSL.new { incorrect_keyword }
|
||||
dsl = Recipe::DSL.new { invalid_keyword }
|
||||
expect { dsl.evaluate(env) }.to raise_error(Recipe::RecipeEvaluationError)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user