Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
locknut committed Sep 27, 2017
1 parent 7213b79 commit f340ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/request_ipa_cert_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
command = "rm -rf /tmp/server.key /tmp/server.crt ; mkdir -p `dirname /tmp/server.key` `dirname /tmp/server.crt` ; "\
"ipa-getcert stop-tracking -f /tmp/server.crt ; "\
"ipa-getcert request -f /tmp/server.crt -k /tmp/server.key"\
" "
" "

it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_exec('ipa-getcert-request-/tmp/server.crt').with_command(command) }
Expand Down

0 comments on commit f340ee6

Please sign in to comment.