diff --git a/spec/acceptance/observium_install_spec.rb b/spec/acceptance/observium_install_spec.rb index 7656d65..ea1541d 100644 --- a/spec/acceptance/observium_install_spec.rb +++ b/spec/acceptance/observium_install_spec.rb @@ -26,8 +26,8 @@ describe file("/opt/observium/config.php") do it { is_expected.to be_file } - its(:content) { should contain '$config[\'install_dir\'] = "/opt/observium"' } - its(:content) { should contain '$config[\'db_host\'] = \'localhost\';' } + its(:content) { should contain "$config['install_dir'] = \"/opt/observium\"" } + its(:content) { should contain "$config['db_host'] = 'localhost';" } end describe port(80) do