summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/notifies_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/recipes/notifies_spec.rb')
-rw-r--r--spec/integration/recipes/notifies_spec.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/integration/recipes/notifies_spec.rb b/spec/integration/recipes/notifies_spec.rb
index 725849b4a4..c44e014028 100644
--- a/spec/integration/recipes/notifies_spec.rb
+++ b/spec/integration/recipes/notifies_spec.rb
@@ -63,6 +63,8 @@ describe "notifications" do
directory "cookbooks/x" do
file "resources/notifying_test.rb", <<~EOM
+ unified_mode true
+
default_action :run
provides :notifying_test
resource_name :notifying_test
@@ -105,6 +107,8 @@ describe "notifications" do
directory "cookbooks/x" do
file "resources/notifying_test.rb", <<~EOM
+ unified_mode true
+
default_action :run
provides :notifying_test
resource_name :notifying_test
@@ -152,6 +156,8 @@ describe "notifications" do
directory "cookbooks/x" do
file "resources/notifying_test.rb", <<~EOM
+ unified_mode true
+
default_action :run
provides :notifying_test
resource_name :notifying_test
@@ -237,6 +243,8 @@ describe "notifications" do
directory "cookbooks/x" do
file "resources/notifying_test.rb", <<~EOM
+ unified_mode true
+
default_action :run
provides :notifying_test
resource_name :notifying_test
@@ -278,6 +286,8 @@ describe "notifications" do
directory "cookbooks/x" do
file "resources/notifying_test.rb", <<~EOM
+ unified_mode true
+
default_action :run
provides :notifying_test
resource_name :notifying_test
@@ -319,6 +329,8 @@ describe "notifications" do
directory "cookbooks/x" do
file "resources/notifying_test.rb", <<~EOM
+ unified_mode true
+
default_action :run
provides :notifying_test
resource_name :notifying_test
@@ -357,6 +369,8 @@ describe "notifications" do
directory "cookbooks/x" do
file "resources/cloning_test.rb", <<~EOM
+ unified_mode true
+
default_action :run
provides :cloning_test
resource_name :cloning_test