We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents feb5d6e + 1020ff8 commit eb02ba2Copy full SHA for eb02ba2
spec/classes/ntp_spec.rb
@@ -13,7 +13,7 @@
13
it { should include_class('ntp::config') }
14
it { should include_class('ntp::service') }
15
16
- describe 'ntp::config on #{system}' do
+ describe "ntp::config on #{system}" do
17
it { should contain_file('/etc/ntp.conf').with_owner('0') }
18
it { should contain_file('/etc/ntp.conf').with_group('0') }
19
it { should contain_file('/etc/ntp.conf').with_mode('0644') }
@@ -96,7 +96,7 @@
96
end
97
98
99
- describe 'ntp::install on #{system}' do
+ describe "ntp::install on #{system}" do
100
let(:params) {{ :package_ensure => 'present', :package_name => ['ntp'], }}
101
102
it { should contain_package('ntp').with(
0 commit comments