diff options
author | Poornima <94897054+poorndm@users.noreply.github.com> | 2022-07-13 21:23:30 +0530 |
---|---|---|
committer | Poornima <94897054+poorndm@users.noreply.github.com> | 2022-07-13 21:23:30 +0530 |
commit | 57dad53481670a34f7a1ea004386044494f35f41 (patch) | |
tree | 24741734a997e5621833aa0c7f973ed85848f473 /spec | |
parent | 527f8c3dcda681b17ddc2901ac0b8facbe9571e9 (diff) | |
download | chef-57dad53481670a34f7a1ea004386044494f35f41.tar.gz |
Correct offenses
Signed-off-by: Poornima <94897054+poorndm@users.noreply.github.com>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/functional/resource/group_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/group_spec.rb b/spec/functional/resource/group_spec.rb index 3da0af5d98..9360020537 100644 --- a/spec/functional/resource/group_spec.rb +++ b/spec/functional/resource/group_spec.rb @@ -463,7 +463,7 @@ describe Chef::Resource::Group, :requires_root_or_running_windows do end end - describe "when there is a group", :not_supported_on_freebsd_gte_12_3 do + describe "when there is a group", :not_supported_on_freebsd_gte_12_3 do it_behaves_like "correct group management" end |