Sha256: 189b904b570ccf749c222f3f1838f3e7700fd2117a6d934b6893be27db155867
Contents?: true
Size: 216 Bytes
Versions: 8
Compression:
Stored size: 216 Bytes
Contents
Given /^a page titled "([^\"]*)"$/ do |title| Page.make(:title => title) end Given /^page "([^\"]*)" has content "([^\"]*)"$/ do |title, content| Page.find_by_title(title).update_attribute(:content, content) end
Version data entries
8 entries across 8 versions & 1 rubygems