Module: ChefSpec::API::EcomDevStubsIncludeRecipe

Defined in:
lib/ecomdev/chefspec/api/stubs/include_recipe.rb

Instance Method Summary collapse

Instance Method Details

#allow_recipe(*recipe_name) ⇒ Object



5
6
7
8
9
# File 'lib/ecomdev/chefspec/api/stubs/include_recipe.rb', line 5

def allow_recipe(*recipe_name)
  recipe_name.flatten.each do |recipe|
     EcomDev::ChefSpec::Stub::IncludeRecipe.allow_recipe(recipe)
  end
end