summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-10-15 13:19:58 -0700
committerJohn Keiser <john@johnkeiser.com>2015-12-09 10:26:08 -0800
commitf49b514610f954945f1eb425a751e70ce784e3d1 (patch)
treeece4b631957bc6ee73a86d15090b918c5017b321
parent90cddbbfcf5d7524485c41b6f1fccfe6756a7da4 (diff)
downloadchef-f49b514610f954945f1eb425a751e70ce784e3d1.tar.gz
Fix tests
-rw-r--r--spec/support/shared/integration/integration_helper.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/support/shared/integration/integration_helper.rb b/spec/support/shared/integration/integration_helper.rb
index 927ff2f42b..f5a1647b8f 100644
--- a/spec/support/shared/integration/integration_helper.rb
+++ b/spec/support/shared/integration/integration_helper.rb
@@ -27,6 +27,12 @@ require 'support/shared/integration/app_server_support'
require 'cheffish/rspec/chef_run_support'
require 'spec_helper'
+module Cheffish
+ class BasicChefClient
+ def_delegators :@run_context, :immediately_before_notifications
+ end
+end
+
module IntegrationSupport
include ChefZero::RSpec