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