4 lines
160 B
Ruby
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
|