summaryrefslogtreecommitdiff
path: root/spec/unit/provider/osx_profile_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/osx_profile_spec.rb')
-rw-r--r--spec/unit/provider/osx_profile_spec.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/spec/unit/provider/osx_profile_spec.rb b/spec/unit/provider/osx_profile_spec.rb
index 85f9d56e16..2e87faeb48 100644
--- a/spec/unit/provider/osx_profile_spec.rb
+++ b/spec/unit/provider/osx_profile_spec.rb
@@ -67,7 +67,7 @@ describe Chef::Provider::OsxProfile do
"ProfileType"=>"Configuration",
"ProfileUUID"=>"6e95927c-f200-54b4-85c7-52ab99b61c47",
"ProfileVerificationState"=>"unsigned",
- "ProfileVersion"=>1}],
+ "ProfileVersion"=>1}]
}
end
# If anything is changed within this profile, be sure to update the
@@ -95,14 +95,14 @@ describe Chef::Provider::OsxProfile do
'Forced' => [
{
'mcx_preference_settings' => {
- 'idleTime' => 0,
+ 'idleTime' => 0
}
- }
+ },
]
}
- }
- }
- ]
+ },
+ },
+ ],
}
end
let(:no_profiles) do
@@ -232,7 +232,7 @@ describe Chef::Provider::OsxProfile do
"ProfileType"=>"Configuration",
"ProfileUUID"=>"1781fbec-3325-565f-9022-8aa28135c3cc",
"ProfileVerificationState"=>"unsigned",
- "ProfileVersion"=>1}],
+ "ProfileVersion"=>1}]
}
end
before(:each) do