module ChefSpec::API::EcomDevStubsIncludeRecipe
Public Instance Methods
allow_recipe(*recipe_name)
click to toggle source
# 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