spec/debian/selinux_spec.rb in serverspec-0.11.5 vs spec/debian/selinux_spec.rb in serverspec-0.12.0

- old
+ new

@@ -1,7 +1,7 @@ require 'spec_helper' -include Serverspec::Helper::Debian +include SpecInfra::Helper::Debian describe selinux do it { should be_enforcing } its(:command) { should eq "getenforce | grep -i -- enforcing && grep -i -- ^SELINUX=enforcing$ /etc/selinux/config" } end