summaryrefslogtreecommitdiff
path: root/spec/functional/resource/group_spec.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-04 19:27:46 -0800
committerTim Smith <tsmith@chef.io>2018-12-04 19:29:00 -0800
commit23c882933a5121bcb8441b57dc363c61a7328341 (patch)
treeaeb5e7ca580d6633cbf319599245dc698bc7647e /spec/functional/resource/group_spec.rb
parent3584550db722a9c45a5d98c36eb93d7b814f801f (diff)
downloadchef-functional_cleanup.tar.gz
Cleanup some functional helpersfunctional_cleanup
Rename the macos helpers. Remove unused helpers to check for RHEL 5 and < Windows 2008 R2. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/functional/resource/group_spec.rb')
-rw-r--r--spec/functional/resource/group_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/group_spec.rb b/spec/functional/resource/group_spec.rb
index 2d65d69843..d4c8132313 100644
--- a/spec/functional/resource/group_spec.rb
+++ b/spec/functional/resource/group_spec.rb
@@ -146,7 +146,7 @@ describe Chef::Resource::Group, :requires_root_or_running_windows do
end
# dscl doesn't perform any error checking and will let you add users that don't exist.
- describe "when no users exist", :not_supported_on_mac_osx do
+ describe "when no users exist", :not_supported_on_macos do
describe "when append is not set" do
# excluded_members can only be used when append is set. It is ignored otherwise.
let(:excluded_members) { [] }