spec/spec_helper.rb in conjur-cli-2.6.0 vs spec/spec_helper.rb in conjur-cli-4.1.0

- old
+ new

@@ -68,8 +68,18 @@ headers: { location: [ collection_url, id ].join('/') }, body: attributes.to_json }) end +# stub parameters to be used in resource/asset tests + KIND="asset_kind" + ID="unique_id" + ROLE='<role>' + MEMBER='<member>' + PRIVILEGE='<privilege>' + OWNER='<owner/userid>' + ACCOUNT='<core_account>' + + require 'write_expectation' require 'conjur/cli'