Sha256: 3b6f3a223393856ffa082a687cbd1f7fb4425918bc34bbd4a2c319350346055e
Contents?: true
Size: 302 Bytes
Versions: 6
Compression:
Stored size: 302 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
6 entries across 6 versions & 1 rubygems