summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/provider_choice.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/recipes/provider_choice.rb')
-rw-r--r--spec/integration/recipes/provider_choice.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/recipes/provider_choice.rb b/spec/integration/recipes/provider_choice.rb
index d08090bbe8..a9fc06038a 100644
--- a/spec/integration/recipes/provider_choice.rb
+++ b/spec/integration/recipes/provider_choice.rb
@@ -18,6 +18,7 @@ describe "Recipe DSL methods" do
class Chef::Provider::ProviderThingy < Chef::Provider
def load_current_resource
end
+
def action_create
Chef::Log.warn("hello from #{self.class.name}")
end