We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab6e73 commit e64368fCopy full SHA for e64368f
1 file changed
spec/defines/datadog_agent__integration_spec.rb
@@ -19,7 +19,7 @@
19
if gem_spec.version >= Gem::Version.new('4.0.0')
20
it { should contain_file('/etc/dd-agent/conf.d/test.yaml').with_content(/---\ninit_config: \ninstances:\n- one: two\n/) }
21
else
22
- it { should contain_file('/etc/dd-agent/conf.d/test.yaml').with_content(/---\n init_config: \n instances:\n - one: two\n/) }
+ it { should contain_file('/etc/dd-agent/conf.d/test.yaml').with_content(/--- \n init_config: \n instances:\n - one: two/) }
23
end
24
it { should contain_file('/etc/dd-agent/conf.d/test.yaml').that_notifies("Service[datadog-agent]") }
25
0 commit comments