Sha256: df6348c426ba56e59a7ec2db51221426bebaa8f30855b7d363719d16ecb47539
Contents?: true
Size: 368 Bytes
Versions: 9
Compression:
Stored size: 368 Bytes
Contents
@api Feature: Show memcached keys Scenario: Success Given there's the "username" memcached key avaiable When I visit "/keys/username.json" in the API Then I should receive a json response with this key Scenario: Key doesn't exist When I visit "/keys/username.json" in the API Then I should receive a json telling me that the key doesn't exist
Version data entries
9 entries across 9 versions & 1 rubygems