Sha256: cf7d3d0072dab22d42429ea45671eea0607aafa36ac0d8a59a1f78797da2ddda
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
Then /^the file "([^\"]*)" has the contents$/ do |path, contents| write_file(path, contents) cd(".") do @server_inst.files.find_new_files! end end Then /^the file "([^\"]*)" is removed$/ do |path| step %Q{I remove the file "#{path}"} cd(".") do @server_inst.files.find_new_files! end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-core-4.0.0.rc.1 | lib/middleman-core/step_definitions/middleman_steps.rb |