Sha256: 509e5ff78686cc83fe1ede2bdd7656ecb1d07328e4702453ed5c8318266a5f1d
Contents?: true
Size: 569 Bytes
Versions: 18
Compression:
Stored size: 569 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` And I reset the command list Scenario: Recent value is obtained by default When I run `conjur variable value $ns/secret` Then the stdout should contain exactly "updatedvalue" Scenario: Previous values can be obtained by version When I run `conjur variable value -v 1 $ns/secret` Then the stdout should contain exactly "secretvalue"
Version data entries
18 entries across 18 versions & 1 rubygems