Sha256: a7e903f1a38f5587e42f065145452b65e930802dd86882650cd34d34a32aa7e6
Contents?: true
Size: 419 Bytes
Versions: 18
Compression:
Stored size: 419 Bytes
Contents
When /^the client appends (.*)$/ do |args| capture_error do step "the client successfully appends #{args}" end end When /^the client successfully appends text "(.*?)" onto "(.*?)"$/ do |local_path, remote_path| client.append_text local_path, remote_path end When /^the client successfully appends binary "(.*?)" onto "(.*?)"$/ do |local_path, remote_path| client.append_binary local_path, remote_path end
Version data entries
18 entries across 18 versions & 2 rubygems