Sha256: 09f320533004dd82093d9517cdba2119960f59fbddca19faeacf40fabce918f1
Contents?: true
Size: 192 Bytes
Versions: 12
Compression:
Stored size: 192 Bytes
Contents
When /^the client sends an empty command$/ do capture_error do @client.raw '' end end When /^the client sends a non-word command$/ do capture_error do @client.raw '*' end end
Version data entries
12 entries across 12 versions & 1 rubygems