From feb9b40490dc285d4f9cfb551ed12a0856301351 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 12 Aug 2014 13:27:59 -0700 Subject: adding some comments to fixtures --- spec/data/object_loader/environments/test.json | 2 ++ spec/data/object_loader/environments/test_json_class.json | 2 ++ spec/data/object_loader/nodes/test.json | 2 ++ spec/data/object_loader/nodes/test_json_class.json | 2 ++ spec/data/object_loader/roles/test.json | 2 ++ spec/data/object_loader/roles/test_json_class.json | 2 ++ 6 files changed, 12 insertions(+) (limited to 'spec/data') 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", -- cgit v1.2.1