Skip to content

Commit f0746ab

Browse files
committed
Fix unit tests after sysvinit patch broke them
Fixes: 23242f9
1 parent e9e7fc5 commit f0746ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/jira_service_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
it { is_expected.to compile.with_all_deps }
2020

2121
it do
22-
is_expected.to contain_file('/lib/systemd/system/jira.service').
22+
is_expected.to contain_file('/usr/lib/systemd/system/jira.service').
2323
with_content(%r{Atlassian Systemd Jira Service})
2424
end
2525
it { is_expected.to contain_exec('refresh_systemd') }

0 commit comments

Comments
 (0)