summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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