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