summaryrefslogtreecommitdiff
path: root/spec/system/ntp_config_spec.rb
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-29 17:25:36 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-29 19:00:38 -0400
commit5c1164ca093f105d7a3d1f643dee7b0e675f31f7 (patch)
tree4b46cbe0042e25de5623b3b83c645d1adb4a9975 /spec/system/ntp_config_spec.rb
parent56df86a9a2838ef11bd07928709b04667f9b305f (diff)
Add preferred_servers feature.
This adds: `preferred_servers` [Array]: The servers to prefer. As requested by Erik Dalén!
Diffstat (limited to 'spec/system/ntp_config_spec.rb')
-rw-r--r--spec/system/ntp_config_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/system/ntp_config_spec.rb b/spec/system/ntp_config_spec.rb
index 263bc9d..194cdf1 100644
--- a/spec/system/ntp_config_spec.rb
+++ b/spec/system/ntp_config_spec.rb
@@ -27,9 +27,9 @@ describe 'ntp::config class' do
end
end
- describe file('/etc/ntp.conf') do
- it { should be_file }
- it { should contain line }
- end
+ describe file('/etc/ntp.conf') do
+ it { should be_file }
+ it { should contain line }
+ end
end