aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSimon Séhier <simon.sehier@camptocamp.com>2015-08-13 11:35:28 +0200
committerSimon Séhier <simon.sehier@camptocamp.com>2015-08-13 11:39:18 +0200
commit62633f117aed4c062664d7bac5042936667286ba (patch)
tree61e2e4d55fb71c47edc074e02158f8e904d7cd69 /spec
parentb3771c83f8b420f108fea8b018738270b66be8e2 (diff)
downloadpuppet-dhcp-62633f117aed4c062664d7bac5042936667286ba.tar.gz
puppet-dhcp-62633f117aed4c062664d7bac5042936667286ba.tar.bz2
remove lenny & lucid support
Diffstat (limited to 'spec')
-rw-r--r--spec/classes/dhcp_spec.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/classes/dhcp_spec.rb b/spec/classes/dhcp_spec.rb
index d11cf7c..ef2d43d 100644
--- a/spec/classes/dhcp_spec.rb
+++ b/spec/classes/dhcp_spec.rb
@@ -2,22 +2,6 @@ require 'spec_helper'
describe 'dhcp' do
- context 'when on an unsupported OS' do
- let (:facts) { {
- :operatingsystem => 'RedHat',
- :osfamily => 'Redhat',
- :lsbdistcodename => 'Santiago',
- :id => 'root',
- :path => '/foo/bar'
- } }
-
- it 'should fail' do
- expect {
- should contain_package('dhcp-server')
- }.to raise_error(Puppet::Error, /Unsupported OS RedHat\/Santiago/)
- end
- end
-
on_supported_os.each do |os, facts|
context "on #{os}" do
let(:facts) do