summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Liu <nan.liu@gmail.com>2012-12-11 13:52:19 -0800
committerNan Liu <nan.liu@gmail.com>2012-12-11 13:52:19 -0800
commitb9fa8b1ff605982b7448f9e7eadf22461e0d2f14 (patch)
tree05ccfb84cd5019964ae6974cad267c0ce53523f3
parent18ea527e2817b3980e59895aa833c100d9c5d33f (diff)
parentcd29c3e9856890e5737a9f4036d550a6362209a0 (diff)
Merge pull request #39 from mmoll/fix_cp_error
fix copy/paste error in spec file
-rw-r--r--spec/classes/ntp_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/classes/ntp_spec.rb b/spec/classes/ntp_spec.rb
index 6ff453f..8f41a22 100644
--- a/spec/classes/ntp_spec.rb
+++ b/spec/classes/ntp_spec.rb
@@ -49,7 +49,7 @@ describe 'ntp' do
let(:facts) { { :osfamily => 'suse' } }
it { should contain_service('ntp').with_name('ntp') }
- it 'should use the redhat ntp servers by default' do
+ it 'should use the opensuse ntp servers by default' do
content = param_value(subject, 'file', '/etc/ntp.conf', 'content')
expected_lines = [
'server 0.opensuse.pool.ntp.org',