From cd29c3e9856890e5737a9f4036d550a6362209a0 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Tue, 11 Dec 2012 22:46:13 +0100 Subject: fix copy/paste error in spec file --- spec/classes/ntp_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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', -- cgit v1.2.3