Sha256: 5fa96ed0d663d1f38740266b0d8b71fd7a3dbd81c8afb58ce23276233e6c8468
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ftpd-2.0.1 | features/step_definitions/quit.rb |
ftpd-2.0.0 | features/step_definitions/quit.rb |