Sha256: 8b99c8d8dbefe9d573cef654269abae1b46f4d554e40969175eca4495af79f12

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

Given (/^a precondition step$/) do
  # The code that perform this step action
end

When (/^a step that makes the main change$/) do
  # The code that perform this step action
end

Then (/^a step that assert the expected result$/) do
  # The code that perform this step action
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
empty_cucumber-0.0.4 lib/generators/templates/steps_example.rb.tt
empty_cucumber-0.0.3 lib/generators/templates/steps_example.rb.tt
empty_cucumber-0.0.2 lib/generators/templates/steps_example.rb.tt
empty_cucumber-0.0.1 lib/generators/templates/steps_example.rb.tt