summaryrefslogtreecommitdiff
path: root/spec/system/ntp_config_spec.rb
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-31 10:48:09 -0700
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-31 10:48:09 -0700
commite3feec2486002038b7d960e78a68cab747f2e731 (patch)
tree087fd6eedad720c6b762da3a28c65ae6a9ee398b /spec/system/ntp_config_spec.rb
parentc5408ae4b17bc3b395b13d10c9473e15661d2d38 (diff)
parentef93b7e5db9d495b9437dfb7ba9d9bbfd966949e (diff)
Merge pull request #80 from apenney/single_template
Merge all the templates together, add a few new features to help with the merge.
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