summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-12 13:27:59 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-13 09:26:44 -0700
commitfeb9b40490dc285d4f9cfb551ed12a0856301351 (patch)
treec61f22f334f7ae942ff3a5ab986de5422c37e58a
parent9e0a614d6251d31a08c48c98b1699dadca221acd (diff)
downloadchef-feb9b40490dc285d4f9cfb551ed12a0856301351.tar.gz
adding some comments to fixtures
-rw-r--r--spec/data/object_loader/environments/test.json2
-rw-r--r--spec/data/object_loader/environments/test_json_class.json2
-rw-r--r--spec/data/object_loader/nodes/test.json2
-rw-r--r--spec/data/object_loader/nodes/test_json_class.json2
-rw-r--r--spec/data/object_loader/roles/test.json2
-rw-r--r--spec/data/object_loader/roles/test_json_class.json2
6 files changed, 12 insertions, 0 deletions
diff --git a/spec/data/object_loader/environments/test.json b/spec/data/object_loader/environments/test.json
index cb4c790e44..f879552d1f 100644
--- a/spec/data/object_loader/environments/test.json
+++ b/spec/data/object_loader/environments/test.json
@@ -1,4 +1,6 @@
{
+ /* thing that we support c-style comments */
+ // testing that we support c++-style comments as well
"name": "test",
"description": "prod",
"run_list": []
diff --git a/spec/data/object_loader/environments/test_json_class.json b/spec/data/object_loader/environments/test_json_class.json
index 28345198c9..e9156b8dbe 100644
--- a/spec/data/object_loader/environments/test_json_class.json
+++ b/spec/data/object_loader/environments/test_json_class.json
@@ -1,4 +1,6 @@
{
+ /* thing that we support c-style comments */
+ // testing that we support c++-style comments as well
"name": "test",
"json_class": "Chef::Environment",
"description": "prod",
diff --git a/spec/data/object_loader/nodes/test.json b/spec/data/object_loader/nodes/test.json
index 49f297d039..70aa8927c6 100644
--- a/spec/data/object_loader/nodes/test.json
+++ b/spec/data/object_loader/nodes/test.json
@@ -1,4 +1,6 @@
{
+ /* thing that we support c-style comments */
+ // testing that we support c++-style comments as well
"name": "test",
"environment": "prod",
"run_list": []
diff --git a/spec/data/object_loader/nodes/test_json_class.json b/spec/data/object_loader/nodes/test_json_class.json
index f485ae8748..55002b47e0 100644
--- a/spec/data/object_loader/nodes/test_json_class.json
+++ b/spec/data/object_loader/nodes/test_json_class.json
@@ -1,4 +1,6 @@
{
+ /* thing that we support c-style comments */
+ // testing that we support c++-style comments as well
"name": "test",
"json_class": "Chef::Node",
"environment": "prod",
diff --git a/spec/data/object_loader/roles/test.json b/spec/data/object_loader/roles/test.json
index cb4c790e44..f879552d1f 100644
--- a/spec/data/object_loader/roles/test.json
+++ b/spec/data/object_loader/roles/test.json
@@ -1,4 +1,6 @@
{
+ /* thing that we support c-style comments */
+ // testing that we support c++-style comments as well
"name": "test",
"description": "prod",
"run_list": []
diff --git a/spec/data/object_loader/roles/test_json_class.json b/spec/data/object_loader/roles/test_json_class.json
index ce922f592d..fa72d78c95 100644
--- a/spec/data/object_loader/roles/test_json_class.json
+++ b/spec/data/object_loader/roles/test_json_class.json
@@ -1,4 +1,6 @@
{
+ /* thing that we support c-style comments */
+ // testing that we support c++-style comments as well
"name": "test",
"json_class": "Chef::Role",
"description": "prod",