Sha256: cd1912484789cbb94e0cd5824f72794c9e77a78976590f751c3ad280aea29e29
Contents?: true
Size: 212 Bytes
Versions: 5
Compression:
Stored size: 212 Bytes
Contents
Given /^I am editing content$/ do @_content = Factory(:page_a) visit noodall_admin_node_path(@_content) end When /^(?:I|a website visitor) visit(?:s|) the content page$/ do visit node_path(@_content) end
Version data entries
5 entries across 5 versions & 1 rubygems