Sha256: 7cb60c991a3772571f98fd0a3545a36151ee8e0d68f53fa3a6c063628a57f52b
Contents?: true
Size: 594 Bytes
Versions: 11
Compression:
Stored size: 594 Bytes
Contents
Feature: Obtain value from variable Background: Given I load the policy: """ - !variable secret """ And I run `conjur variable values add secret secretvalue` And I run `conjur variable values add secret updatedvalue` And I reset the command list Scenario: Recent value is obtained by default When I run `conjur variable value secret` Then the stdout should contain exactly "updatedvalue" Scenario: Previous values can be obtained by version When I run `conjur variable value -v 1 secret` Then the stdout should contain exactly "secretvalue"
Version data entries
11 entries across 11 versions & 1 rubygems