Sha256: ff1070ea69f27311e7fe4e566d68ed9347f3ada7c96471c5fcbcd2af52325056
Contents?: true
Size: 311 Bytes
Versions: 18
Compression:
Stored size: 311 Bytes
Contents
When /^the client deletes "(.*?)"$/ do |path| capture_error do step %Q(the client successfully deletes "#{path}") end end When /^the client successfully deletes "(.*?)"$/ do |path| client.delete path end When /^the client deletes with no path$/ do capture_error do client.raw 'DELE' end end
Version data entries
18 entries across 18 versions & 2 rubygems