Sha256: bd5e0f122f7749e72806d34ea6270bd6ff5a11b592e81dfc6495d3252c5e1230

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

# frozen_string_literal: true

When /^the client successfully sets file structure "(.*?)"$/ do
|file_structure|
  client.raw 'STRU', file_structure
end

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

When /^the client sets file structure with no parameter$/ do
  capture_error do
    client.raw 'STRU'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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