Sha256: 00209debf98f764b1f95bcc6dc5e77cb2f87e99964b4fa254da4270c69e0bd2a
Contents?: true
Size: 301 Bytes
Versions: 18
Compression:
Stored size: 301 Bytes
Contents
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
18 entries across 18 versions & 2 rubygems