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