summaryrefslogtreecommitdiff
path: root/spec/support/shared/integration/integration_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/integration/integration_helper.rb')
-rw-r--r--spec/support/shared/integration/integration_helper.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/support/shared/integration/integration_helper.rb b/spec/support/shared/integration/integration_helper.rb
index 69eac782ad..8d703792e9 100644
--- a/spec/support/shared/integration/integration_helper.rb
+++ b/spec/support/shared/integration/integration_helper.rb
@@ -143,11 +143,4 @@ module IntegrationSupport
before(:each) { Chef::Config[:versioned_cookbooks] = true }
after(:each) { Chef::Config.delete(:versioned_cookbooks) }
end
-
- RSpec.shared_context "without versioned cookbooks", versioned_cookbooks: false do
- # Just make sure this goes back to default
- before(:each) { Chef::Config[:versioned_cookbooks] = false }
- after(:each) { Chef::Config.delete(:versioned_cookbooks) }
- end
-
end