We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0d9ab commit 82bcf9cCopy full SHA for 82bcf9c
1 file changed
spec/classes/datadog_agent_integrations_cacti_spec.rb
@@ -20,11 +20,11 @@
20
mysql_host: 'localhost',
21
mysql_user: 'foo',
22
mysql_password: 'bar',
23
- rrd_path: '/var/foo/',
+ rrd_path: 'path',
24
}}
25
it { should contain_file(conf_file).with_content(/mysql_host: localhost/) }
26
it { should contain_file(conf_file).with_content(/mysql_user: foo/) }
27
it { should contain_file(conf_file).with_content(/mysql_password: bar/) }
28
- it { should contain_file(conf_file).with_content(/rrd_path: /var/foo//) }
+ it { should contain_file(conf_file).with_content(/rrd_path: path/) }
29
end
30
0 commit comments