Remove error handling for evaluation errors
This commit is contained in:
1
spec/fixtures/recipes/error.rb
vendored
1
spec/fixtures/recipes/error.rb
vendored
@@ -1 +0,0 @@
|
||||
raise SomeErrorInRecipe, 'some recipe error'
|
4
spec/fixtures/recipes/invalid.rb
vendored
4
spec/fixtures/recipes/invalid.rb
vendored
@@ -1,4 +0,0 @@
|
||||
# this recipe will raise a NameError on line 4 when evaluated by the recipe
|
||||
# DSL.
|
||||
|
||||
invalid_keyword
|
Reference in New Issue
Block a user