Sha256: 9609dbdc8e84b39b190611eff8ead631b57eef811308da3934b376a577a55b99

Contents?: true

Size: 329 Bytes

Versions: 18

Compression:

Stored size: 329 Bytes

Contents

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

18 entries across 18 versions & 2 rubygems

Version Path
ftpd-1.1.1 features/step_definitions/type.rb
ftpd-1.1.0 features/step_definitions/type.rb
investtools-ftpd-1.0.1 features/step_definitions/type.rb
ftpd-1.0.1 features/step_definitions/type.rb
ftpd-1.0.0 features/step_definitions/type.rb
ftpd-0.17.0 features/step_definitions/type.rb
ftpd-0.16.0 features/step_definitions/type.rb
ftpd-0.15.0 features/step_definitions/type.rb
ftpd-0.14.0 features/step_definitions/type.rb
ftpd-0.13.0 features/step_definitions/type.rb
ftpd-0.12.0 features/step_definitions/type.rb
ftpd-0.11.0 features/step_definitions/type.rb
ftpd-0.10.0 features/step_definitions/type.rb
ftpd-0.9.0 features/step_definitions/type.rb
ftpd-0.7.1 features/step_definitions/type.rb
ftpd-0.8.0 features/step_definitions/type.rb
ftpd-0.7.0 features/step_definitions/type.rb
ftpd-0.6.0 features/step_definitions/type.rb