summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2016-02-02 14:38:52 -0800
committerPhil Dibowitz <phil@ipom.com>2016-02-02 14:38:52 -0800
commit85518e379aeb1c69089de588de28fd20a7cc7546 (patch)
tree245193f7a92ee059adf21ed677fd5f5487fe592b /spec/unit
parenta27aada46427ed7fe366bb9e9f57ca6f94272f97 (diff)
parent4d3c45b37c66d20b3799551e99a8dcd9fa3228c4 (diff)
downloadchef-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.rb2
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