Sha256: 8d070b40d7ea2d719fcf98f8a3c9f8ba9d8a11b486bde05d842c84d90c8ca577

Contents?: true

Size: 513 Bytes

Versions: 5

Compression:

Stored size: 513 Bytes

Contents

Feature: Decrypt String
  In order to read an encrypted string
  As a user
  I want to decrypt it
  
  Scenario: Decrypt with proper recipient/recipient
    Given a key pair for Slow Joe Crow with passphrase test
    And a file named "secrets" containing "some content"
    And I encrypt the file "secrets" for "Slow Joe Crow"
    And I read the file "secrets.gpg" to a string
    And the string should not be "secrets"
    When I decrypt the string with passphrase "test"
    Then the string should be "secrets"

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ruby_gpg-0.3.2 features/decrypt_string.feature
ruby_gpg-0.3.1 features/decrypt_string.feature
ruby_gpg-0.3.0 features/decrypt_string.feature
gitc-ruby_gpg-0.2.0 features/decrypt_string.feature
ruby_gpg-0.2.0 features/decrypt_string.feature