Sha256: d060393a333f05c45935b4512efdd78a94f4aa064f80cee722e10d9bb090ddaf
Contents?: true
Size: 399 Bytes
Versions: 3
Compression:
Stored size: 399 Bytes
Contents
Given /^I have a layout$/ do Layout.create!(:name => "basic", :content => <<EOC) <r:content /> EOC end Given /^a page at "([^\"]*)" containing:$/ do |path, content| page = Page.create!(:title => "test", :breadcrumb => "test", :slug => path, :status_id => 100) page.parts.create!(:name => "body", :content => content) end When /^there is an empty Radiant cache$/ do Radiant::Cache.clear end
Version data entries
3 entries across 3 versions & 1 rubygems