From 196c16a0ccfe924a8bd46e53aa049c71ab552691 Mon Sep 17 00:00:00 2001 From: sebastianschauenburg Date: Tue, 10 Mar 2015 09:59:31 +0100 Subject: [PATCH] Removed wrong check --- spec/classes/ntp_spec.rb | 6 ------ 1 file changed, 6 deletions(-) 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/}) }