summaryrefslogtreecommitdiff
path: root/spec/unit/environment_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/environment_spec.rb')
-rw-r--r--spec/unit/environment_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/environment_spec.rb b/spec/unit/environment_spec.rb
index f4026c7e78..4689c60b39 100644
--- a/spec/unit/environment_spec.rb
+++ b/spec/unit/environment_spec.rb
@@ -417,8 +417,8 @@ describe Chef::Environment do
"name" => "foo",
"default_attributes" => {
"foo" => {
- "bar" => 1
- }
+ "bar" => 1,
+ },
},
"json_class" => "Chef::Environment",
"description" => "desc",