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

Version Path
middleman-core-4.0.0.beta.2 lib/middleman-core/step_definitions/middleman_steps.rb
middleman-core-4.0.0.beta.1 lib/middleman-core/step_definitions/middleman_steps.rb
middleman-core-4.0.0.alpha.6 lib/middleman-core/step_definitions/middleman_steps.rb
middleman-core-4.0.0.alpha.5 lib/middleman-core/step_definitions/middleman_steps.rb
middleman-core-4.0.0.alpha.4 lib/middleman-core/step_definitions/middleman_steps.rb
middleman-core-4.0.0.alpha.3 lib/middleman-core/step_definitions/middleman_steps.rb
middleman-core-4.0.0.alpha.2 lib/middleman-core/step_definitions/middleman_steps.rb