Sha256: 9617a41a11304235d10a2f33fd27da862f5aa04ded065e3467313ae0a00a9d9f
Contents?: true
Size: 518 Bytes
Versions: 4
Compression:
Stored size: 518 Bytes
Contents
Feature: Obtain value from variable Background: Given I successfully run `conjur variable create $ns/secret secretvalue` And I successfully run `conjur variable values add $ns/secret updatedvalue` Scenario: Recent value is obtained by default When I run `conjur variable value $ns/secret` Then the output should match /updatedvalue$/ Scenario: Previous values can be obtained by version When I run `conjur variable value -v 1 $ns/secret` Then the output should match /secretvalue$/
Version data entries
4 entries across 4 versions & 1 rubygems