Sha256: b4c6fac98572b67f71dfeddd656c3734ec357493c2b4f1b65bab0e248d987440

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

When /^the client makes directory "(.*?)"$/ do |path|
  capture_error do
    step %Q(the client successfully makes directory "#{path}")
  end
end

When /^the client successfully makes directory "(.*?)"$/ do |path|
  mkdir_response = client.mkdir path
end

Version data entries

2 entries across 2 versions & 1 rubygems

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