Sha256: a2f24d24035d10b30f1ae65cddf814a875dc7a65f9a72fa46c2866ad389165e3
Contents?: true
Size: 228 Bytes
Versions: 7
Compression:
Stored size: 228 Bytes
Contents
When /^the client successfully sends "(.*?)"$/ do |command| @reply = @client.raw command end When /^the client sends "(.*?)"$/ do |command| capture_error do step %Q'the client successfully sends "#{command}"' end end
Version data entries
7 entries across 7 versions & 1 rubygems