diff --git a/spec/classes/ntp_spec.rb b/spec/classes/ntp_spec.rb index 4864e888..d27628aa 100644 --- a/spec/classes/ntp_spec.rb +++ b/spec/classes/ntp_spec.rb @@ -45,9 +45,6 @@ :keys_requestkey => '3', }} - it { should contain_file('/etc/ntp').with({ - 'ensure' => 'directory'}) - } it { should contain_file('/etc/ntp.conf').with({ 'content' => /trustedkey 1 2 3/}) } @@ -69,9 +66,6 @@ :keys_requestkey => '3', }} - it { should_not contain_file('/etc/ntp').with({ - 'ensure' => 'directory'}) - } it { should_not contain_file('/etc/ntp.conf').with({ 'content' => /trustedkey 1 2 3/}) }