engine/features/step_definitions/engine_steps.rb

4 lines
160 B
Ruby
Raw Normal View History

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