Sha256: a59b34c8dc37d149c7ae9842a4e0eafc55148b3e4fb5e76ce20bc4426bced538
Contents?: true
Size: 267 Bytes
Versions: 7
Compression:
Stored size: 267 Bytes
Contents
Then /^the file "([^\"]*)" has the contents$/ do |path, contents| write_file(path, contents) @server_inst.files.find_new_files! end Then /^the file "([^\"]*)" is removed$/ do |path| step %Q{I remove the file "#{path}"} @server_inst.files.find_new_files! end
Version data entries
7 entries across 7 versions & 1 rubygems