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