diff options
author | Michael Moll <kvedulv@kvedulv.de> | 2012-12-11 22:46:13 +0100 |
---|---|---|
committer | Michael Moll <kvedulv@kvedulv.de> | 2012-12-11 22:46:13 +0100 |
commit | cd29c3e9856890e5737a9f4036d550a6362209a0 (patch) | |
tree | 05ccfb84cd5019964ae6974cad267c0ce53523f3 /spec/classes/ntp_spec.rb | |
parent | 18ea527e2817b3980e59895aa833c100d9c5d33f (diff) |
fix copy/paste error in spec file
Diffstat (limited to 'spec/classes/ntp_spec.rb')
-rw-r--r-- | spec/classes/ntp_spec.rb | 2 |
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', |