engine/features/step_definitions/engine_steps.rb
Jacques Crocker fd6a13858c Cleaning up Cucumber features
- removing tag actions and replacing with background tasks
- adding some sample pickle steps
- added some basic pickle documentation
2010-08-01 03:37:49 -07:00

4 lines
160 B
Ruby

Given /^I have a page created at "([^"]*)" with the content:$/ do |page, page_contents|
pending # express the regexp above with the code you wish you had
end