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, 6 insertions, 6 deletions
diff --git a/spec/data/object_loader/environments/test.json b/spec/data/object_loader/environments/test.json index f879552d1f..744819c60a 100644 --- a/spec/data/object_loader/environments/test.json +++ b/spec/data/object_loader/environments/test.json @@ -1,5 +1,5 @@ { - /* thing that we support c-style comments */ + /* testing that we support c-style comments */ // testing that we support c++-style comments as well "name": "test", "description": "prod", diff --git a/spec/data/object_loader/environments/test_json_class.json b/spec/data/object_loader/environments/test_json_class.json index e9156b8dbe..f51943f60e 100644 --- a/spec/data/object_loader/environments/test_json_class.json +++ b/spec/data/object_loader/environments/test_json_class.json @@ -1,5 +1,5 @@ { - /* thing that we support c-style comments */ + /* testing that we support c-style comments */ // testing that we support c++-style comments as well "name": "test", "json_class": "Chef::Environment", diff --git a/spec/data/object_loader/nodes/test.json b/spec/data/object_loader/nodes/test.json index 70aa8927c6..a370d6378d 100644 --- a/spec/data/object_loader/nodes/test.json +++ b/spec/data/object_loader/nodes/test.json @@ -1,5 +1,5 @@ { - /* thing that we support c-style comments */ + /* testing that we support c-style comments */ // testing that we support c++-style comments as well "name": "test", "environment": "prod", diff --git a/spec/data/object_loader/nodes/test_json_class.json b/spec/data/object_loader/nodes/test_json_class.json index 55002b47e0..3c5b12ce6c 100644 --- a/spec/data/object_loader/nodes/test_json_class.json +++ b/spec/data/object_loader/nodes/test_json_class.json @@ -1,5 +1,5 @@ { - /* thing that we support c-style comments */ + /* testing that we support c-style comments */ // testing that we support c++-style comments as well "name": "test", "json_class": "Chef::Node", diff --git a/spec/data/object_loader/roles/test.json b/spec/data/object_loader/roles/test.json index f879552d1f..744819c60a 100644 --- a/spec/data/object_loader/roles/test.json +++ b/spec/data/object_loader/roles/test.json @@ -1,5 +1,5 @@ { - /* thing that we support c-style comments */ + /* testing that we support c-style comments */ // testing that we support c++-style comments as well "name": "test", "description": "prod", diff --git a/spec/data/object_loader/roles/test_json_class.json b/spec/data/object_loader/roles/test_json_class.json index fa72d78c95..f975c8be43 100644 --- a/spec/data/object_loader/roles/test_json_class.json +++ b/spec/data/object_loader/roles/test_json_class.json @@ -1,5 +1,5 @@ { - /* thing that we support c-style comments */ + /* testing that we support c-style comments */ // testing that we support c++-style comments as well "name": "test", "json_class": "Chef::Role", |