Sha256: 5c08b70c4d06d6e782cc2639325e3a28bdc3a9c86ca10fed0db2dfcfcd8f8900
Contents?: true
Size: 400 Bytes
Versions: 28
Compression:
Stored size: 400 Bytes
Contents
When /^the( \w+)? client successfully does nothing( with a parameter)?$/ do |client_name, with_param| if with_param client(client_name).raw 'NOOP', 'foo' else client(client_name).noop end end When /^the( \w+)? client does nothing( with a parameter)?$/ do |client_name, with_param| capture_error do step "the#{client_name} client successfully does nothing#{with_param}" end end
Version data entries
28 entries across 28 versions & 2 rubygems