Skip to content

Commit cd29c3e

Browse files
committed
fix copy/paste error in spec file
1 parent 18ea527 commit cd29c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/ntp_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def param_value(subject, type, title, param)
4949
let(:facts) { { :osfamily => 'suse' } }
5050

5151
it { should contain_service('ntp').with_name('ntp') }
52-
it 'should use the redhat ntp servers by default' do
52+
it 'should use the opensuse ntp servers by default' do
5353
content = param_value(subject, 'file', '/etc/ntp.conf', 'content')
5454
expected_lines = [
5555
'server 0.opensuse.pool.ntp.org',

0 commit comments

Comments
 (0)