diff options
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/object_loader/environments/test.json | 2 | ||||
-rw-r--r-- | spec/data/object_loader/environments/test_json_class.json | 2 | ||||
-rw-r--r-- | spec/data/object_loader/nodes/test.json | 2 | ||||
-rw-r--r-- | spec/data/object_loader/nodes/test_json_class.json | 2 | ||||
-rw-r--r-- | spec/data/object_loader/roles/test.json | 2 | ||||
-rw-r--r-- | spec/data/object_loader/roles/test_json_class.json | 2 |
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", |