summaryrefslogtreecommitdiff
path: root/knife/spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb
diff options
context:
space:
mode:
Diffstat (limited to 'knife/spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb')
-rw-r--r--knife/spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/knife/spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb b/knife/spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb
new file mode 100644
index 0000000000..77309462b1
--- /dev/null
+++ b/knife/spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb
@@ -0,0 +1,2 @@
+normal_unless[:attr_load_order] = []
+normal[:attr_load_order] << "test-with-circular-deps::default"