We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e7fc5 commit f0746abCopy full SHA for f0746ab
spec/classes/jira_service_spec.rb
@@ -19,7 +19,7 @@
19
it { is_expected.to compile.with_all_deps }
20
21
it do
22
- is_expected.to contain_file('/lib/systemd/system/jira.service').
+ is_expected.to contain_file('/usr/lib/systemd/system/jira.service').
23
with_content(%r{Atlassian Systemd Jira Service})
24
end
25
it { is_expected.to contain_exec('refresh_systemd') }
0 commit comments