Sha256: 8ffc15bcc15eb19357932590e605b2dfacc31e7d03b437f67348c34c3d6f3a04

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

@webapp
@javascript
Feature: Edit memcached pair
  Scenario: Success
    Given a key named "foo" with the content "bar" exists
    When I visit "#/edit/foo"
    And fill in "Value" with "baz"
    And click "Update key"
    Then "foo" key should have the "baz" value in memcached

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
memcached-manager-1.0.0 features/webapp/edit_memcached_key.feature