Sha256: c5a16204491346c45d878278662bf5c8d214e8185fd70a3b7e4b3e296ac74bfc
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true When /^the client renames "(.*?)" to "(.*?)"$/ do |from_path, to_path| capture_error do step %Q'the client successfully renames "#{from_path}" to "#{to_path}"' end end When /^the client successfully renames "(.*?)" to "(.*?)"$/ do |from_path, to_path| client.rename(from_path, to_path) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ftpd-2.0.1 | features/step_definitions/rename.rb |
ftpd-2.0.0 | features/step_definitions/rename.rb |