Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Jan 3, 2019
1 parent 2047a4e commit 79ef139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/unit/mcollective/security/choria_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module MCollective
describe "#encoderequest" do
it "should produce a valid choria:secure:request:1" do
security.initiated_by = :client
puts `pwd`
security.stubs(:client_private_key).returns(File.expand_path("spec/fixtures/rip.mcollective.key"))
security.stubs(:client_public_cert).returns(File.expand_path("spec/fixtures/rip.mcollective.pem"))
security.stubs(:callerid).returns("choria=rip.mcollective")
Expand Down

0 comments on commit 79ef139

Please sign in to comment.