diff options
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', |