spec/plamo/group_spec.rb in serverspec-0.11.1 vs spec/plamo/group_spec.rb in serverspec-0.11.2
- old
+ new
@@ -1,9 +1,7 @@
require 'spec_helper'
-RSpec.configure do |c|
- c.os = 'Plamo'
-end
+include Serverspec::Helper::Plamo
describe group('root') do
it { should exist }
its(:command) { should eq "getent group | grep -wq -- root" }
end