Sha256: 9763746ae5ead51220869b7879388d358e27fadf341a707e3f1e65ba45ba5730
Contents?: true
Size: 265 Bytes
Versions: 18
Compression:
Stored size: 265 Bytes
Contents
When /^the client successfully quits$/ do client.quit end When /^the client quits$/ do capture_error do step 'the client successfully quits' end end When /^the client quits with a parameter$/ do capture_error do client.raw 'QUIT', 'foo' end end
Version data entries
18 entries across 18 versions & 2 rubygems