Sha256: 98424492b23ff57f77cfe6afc702021bc693e7697d7a604f23bb5dd2b4d42b29

Contents?: true

Size: 270 Bytes

Versions: 2

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

When /^the client successfully sets option "(.*?)"$/ do |option|
  client.set_option option
end

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

Version data entries

2 entries across 2 versions & 1 rubygems

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