Sha256: 339c83f4bcd4078594fd479aa4209e3db22fe0d5abefd88986f9b4e32249ff05
Contents?: true
Size: 227 Bytes
Versions: 18
Compression:
Stored size: 227 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
18 entries across 18 versions & 2 rubygems