summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/use_partial_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/recipes/use_partial_spec.rb')
-rw-r--r--spec/integration/recipes/use_partial_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/integration/recipes/use_partial_spec.rb b/spec/integration/recipes/use_partial_spec.rb
index 3900c75944..f1d9a8eddc 100644
--- a/spec/integration/recipes/use_partial_spec.rb
+++ b/spec/integration/recipes/use_partial_spec.rb
@@ -37,6 +37,7 @@ describe "notifying_block" do
end
EOM
file "resources/thing.rb", <<-EOM
+ unified_mode true
provides :thing
use "shared_properties"
action_class do
@@ -80,6 +81,8 @@ describe "notifying_block" do
EOM
# this tests relative pathing, including the underscore and including the trailing .rb all work
file "resources/thing.rb", <<-EOM
+ unified_mode true
+
provides :thing
use "../partials/_shared_properties.rb"
action_class do