Sha256: 820c6ce82333e64901b6e4b1741e1dafe02f0e1cc4a1d338df1fe3523afae2bc
Contents?: true
Size: 267 Bytes
Versions: 12
Compression:
Stored size: 267 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
12 entries across 12 versions & 1 rubygems