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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/recipes/provider_choice.rb b/spec/integration/recipes/provider_choice.rb
index 01537b2c05..d08090bbe8 100644
--- a/spec/integration/recipes/provider_choice.rb
+++ b/spec/integration/recipes/provider_choice.rb
@@ -1,4 +1,4 @@
-require 'support/shared/integration/integration_helper'
+require "support/shared/integration/integration_helper"
describe "Recipe DSL methods" do
include IntegrationSupport
@@ -26,7 +26,7 @@ describe "Recipe DSL methods" do
it "provider_thingy 'blah' runs the provider and warns" do
recipe = converge {
- provider_thingy 'blah' do; end
+ provider_thingy "blah" do; end
}
expect(recipe.logged_warnings).to match /hello from Chef::Provider::ProviderThingy/
expect(recipe.logged_warnings).to match /you must use 'provides' to provide DSL/i