Sha256: d48670b042618f7aa4b36ae1a98a66b3123d49568d791ae1314547c39c00d1b0
Contents?: true
Size: 262 Bytes
Versions: 6
Compression:
Stored size: 262 Bytes
Contents
When /^the client removes directory "(.*?)"$/ do |path| capture_error do step %Q(the client successfully removes directory "#{path}") end end When /^the client successfully removes directory "(.*?)"$/ do |path| mkdir_response = @client.rmdir path end
Version data entries
6 entries across 6 versions & 1 rubygems