Sha256: b4c8c241544be6fc7bb9f04ba5e76975fe8cd55975d11801e58da5ea5c94554a

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

{
"header": {

"title":"Broken Contract",
"summary":"This is a test fixture for ensuring proper exception handling. These are examples of what NOT to do.",
"contributers":"Andrew Bashelor"
},
"vaults": {

"empty_vault":{
  "fill_with": "RANDOM_NUMBER",
  "lock_with": "MASTER_PASSPHRASE",
  "unlock_with": "MASTER_PASSPHRASE",
  "contents": ""
},

"unsupported_keyword":{
  "fill_with": "UNSUPPORTED_KEYWORD",
  "lock_with": "UNLOCKED",
  "unlock_with": "UNLOCKED",
  "contents": ""
},

"fill_with_master_pass_vault":{
  "fill_with": "MASTER_PASSPHRASE",
  "lock_with": "UNLOCKED",
  "unlock_with": "UNLOCKED",
  "contents": ""
},

"missing_external_data_vault":{
  "fill_with": "EXTERNAL_DATA",
  "lock_with": "UNLOCKED",
  "unlock_with": "UNLOCKED",
  "contents": ""
},

"empty_decryption_key":{
  "description": "Leave this empty.",
  "fill_with": "DECRYPTION_KEY",
  "lock_with": "UNLOCKED",
  "unlock_with": "UNLOCKED",
  "contents": ""
},

"orphaned_public_key":{
  "description": "Attempt to establish a public key with first building a decryption key",
  "fill_with": "PUBLIC_ENCRYPTION_KEY['empty_decryption_key']",
  "lock_with": "UNLOCKED",
  "unlock_with": "UNLOCKED",
  "contents": ""
}

}
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vault-tree-0.3.4 features/support/contract_fixtures/broken_contract.json
vault-tree-0.3.3 features/support/contract_fixtures/broken_contract.json
vault-tree-0.1.0 spec/support/fixtures/broken_contract.json