Sha256: 175569c207e12b318624ff872f0453b18d1a963a4d1a1d9ab349cea562e487ae

Contents?: true

Size: 470 Bytes

Versions: 22

Compression:

Stored size: 470 Bytes

Contents

Feature: create an empty variable

  Background:
    Given I successfully run `conjur variable create $ns/secret` 

  Scenario: Variable is created and responds to metadata
    When I run `conjur variable show $ns/secret`
    Then the JSON should have "id"
    And the JSON should have "ownerid"
    And the JSON at "version_count" should be 0
  
  Scenario: Variable keeps no value
    When I run `conjur variable value $ns/secret`
    Then the exit status should be 1

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
conjur-cli-4.28.0 acceptance-features/directory/variable/create.feature
conjur-cli-4.27.0 acceptance-features/directory/variable/create.feature