Sha256: c1711c100110f4468be6526d22474fe317140d42b6bc4501981cc92d432508aa

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

# frozen_string_literal: true

When /^the client successfully sets type "(.*?)"$/ do |type|
  client.raw 'TYPE', type
end

When /^the client sets type "(.*?)"$/ do |type|
  capture_error do
    step %Q'the client successfully sets type "#{type}"'
  end
end

When /^the client sets type with no parameter$/ do
  capture_error do
    client.raw 'TYPE'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ftpd-2.0.1 features/step_definitions/type.rb
ftpd-2.0.0 features/step_definitions/type.rb