spec/solaris/commands_spec.rb in serverspec-0.6.22 vs spec/solaris/commands_spec.rb in serverspec-0.6.23
- old
+ new
@@ -47,14 +47,9 @@
describe 'check_belonging_group' do
subject { commands.check_belonging_group('root', 'wheel') }
it { should eq "id -Gn root | grep -- wheel" }
end
-describe 'check_gid' do
- subject { commands.check_gid('root', 0) }
- it { should eq "getent group | grep -- \\^root: | cut -f 3 -d ':' | grep -w -- 0" }
-end
-
describe 'check_zfs' do
context 'check without properties' do
subject { commands.check_zfs('rpool') }
it { should eq "zfs list -H rpool" }
end