Sha256: ec03db2c643d215e9be7d5d0a2556ba78b5f39720cb1deb249664ae5fc893ba6

Contents?: true

Size: 224 Bytes

Versions: 1

Compression:

Stored size: 224 Bytes

Contents

Then(/^I should receive a json response with the "(.*?)" and "(.*?)" keys$/) do |key1, key2|
  keys = @response.map{|p| p['key']}
  expect(keys.size).to be 2
  expect(keys).to include key1
  expect(keys).to include key2
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
memcached-manager-1.0.0 features/step_definitions/api/search_memcached_keys.rb