Method: EcomDev::ChefSpec::Stub::IncludeRecipe#reset
- Defined in:
- lib/ecomdev/chefspec/stub/include_recipe.rb
#reset ⇒ Object
21 22 23 24 |
# File 'lib/ecomdev/chefspec/stub/include_recipe.rb', line 21 def reset @allowed_recipes = [] @loaded_recipes = [] end |