diff options
author | Phil Dibowitz <phil@ipom.com> | 2016-02-02 14:38:52 -0800 |
---|---|---|
committer | Phil Dibowitz <phil@ipom.com> | 2016-02-02 14:38:52 -0800 |
commit | 85518e379aeb1c69089de588de28fd20a7cc7546 (patch) | |
tree | 245193f7a92ee059adf21ed677fd5f5487fe592b /spec/unit | |
parent | a27aada46427ed7fe366bb9e9f57ca6f94272f97 (diff) | |
parent | 4d3c45b37c66d20b3799551e99a8dcd9fa3228c4 (diff) | |
download | chef-85518e379aeb1c69089de588de28fd20a7cc7546.tar.gz |
Merge pull request #4511 from natewalck/osx-profiles-fix
Fix osx_profile coverage failure and update spec
Diffstat (limited to 'spec/unit')
-rw-r--r-- | spec/unit/provider/osx_profile_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/osx_profile_spec.rb b/spec/unit/provider/osx_profile_spec.rb index 76bfc3b4eb..f1e16d08db 100644 --- a/spec/unit/provider/osx_profile_spec.rb +++ b/spec/unit/provider/osx_profile_spec.rb @@ -106,7 +106,7 @@ describe Chef::Provider::OsxProfile do } end let(:no_profiles) do - { "_computerlevel"=> [] } + { } end before(:each) do |