summaryrefslogtreecommitdiff
path: root/spec/classes/init_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/classes/init_spec.rb')
-rw-r--r--spec/classes/init_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/classes/init_spec.rb b/spec/classes/init_spec.rb
index 7628be0..e3003d1 100644
--- a/spec/classes/init_spec.rb
+++ b/spec/classes/init_spec.rb
@@ -41,7 +41,6 @@ describe 'sshd' do
}
end
it_behaves_like "a Linux OS"
- it { should contain_package('lsb-release') }
it { should contain_package('openssh') }
it { should contain_class('sshd::debian') }
it { should contain_service('sshd').with(
@@ -56,7 +55,6 @@ describe 'sshd' do
}
end
it_behaves_like "a Linux OS"
- it { should contain_package('lsb-release') }
it { should contain_package('openssh') }
it { should contain_service('sshd').with({
:hasrestart => true