diff --git a/features/step_definitions/editable_elements_steps.rb b/features/step_definitions/editable_elements_steps.rb index 8395f161..18120739 100644 --- a/features/step_definitions/editable_elements_steps.rb +++ b/features/step_definitions/editable_elements_steps.rb @@ -1,7 +1,3 @@ -Given /^a simple page named "([^"]*)" with the body:$/ do |page_slug, page_contents| - @page = create_content_page(page_slug, page_contents) -end - # modify an editable element Given /^the editable element "([^"]*)" in the "([^"]*)" page with the content "([^"]*)"$/ do |slug, page_slug, content| page = @site.pages.where(:slug => page_slug).first