Sha256: a3cc461f57779f3ac8bcc4eeabe00086ea4a3a07ad248dddcbf5fc82759ed5d9

Contents?: true

Size: 331 Bytes

Versions: 12

Compression:

Stored size: 331 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

12 entries across 12 versions & 1 rubygems

Version Path
ftpd-0.5.0 features/step_definitions/type.rb
ftpd-0.4.0 features/step_definitions/type.rb
ftpd-0.3.2 features/step_definitions/type.rb
ftpd-0.3.1 features/step_definitions/type.rb
ftpd-0.2.2 features/step_definitions/type.rb
ftpd-0.2.1 features/step_definitions/type.rb
ftpd-0.2.0 features/step_definitions/type.rb
ftpd-0.1.1 features/step_definitions/type.rb
ftpd-0.1.0 features/step_definitions/type.rb
ftpd-0.0.1.pre features/step_definitions/type.rb
ftpd-0.0.0.pre2 features/step_definitions/type.rb
ftpd-0.0.0.pre1 features/step_definitions/type.rb