Sha256: 5efdfba2150cb63369e10a81b8771400853b8b0cdfb69135b021820b2a89d2f4

Contents?: true

Size: 219 Bytes

Versions: 4

Compression:

Stored size: 219 Bytes

Contents

When /^I add file named "([^"]*)"$/ do |filename|
  When %{an empty file named "#{filename}"}
end

When /^I write to "([^"]*)" following:$/ do |filename, content|
  When %{a file named "#{filename}" with:}, content
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appsent-0.0.4 features/step_definitions/helper_steps.rb
appsent-0.0.3 features/step_definitions/helper_steps.rb
appsent-0.0.2 features/step_definitions/helper_steps.rb
appsent-0.0.1 features/step_definitions/helper_steps.rb