lib/specinfra/command/solaris/v10/group.rb in specinfra-2.0.0.beta15 vs lib/specinfra/command/solaris/v10/group.rb in specinfra-2.0.0.beta16

- old
+ new

@@ -1,5 +1,7 @@ class Specinfra::Command::Solaris::V10::Group < Specinfra::Command::Solaris::Base::Group - def check_exists(group) - "getent group | grep -w -- #{escape(group)}" + class << self + def check_exists(group) + "getent group | grep -w -- #{escape(group)}" + end end end