Sha256: 275b38dbd201232633b2de65731bbbd0ddc71330be849e5fbac59438a5fae1f2

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 Bytes

Contents

class PagesWithLayoutsScenario < Scenario::Base
  uses :pages, :layouts
  
  def load
    Page.update_all :layout_id => layouts(:main)
    create_page "Inherited Layout"
    create_page "UTF8", :layout_id => layouts(:utf8)
  end
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
radiant-0.6.5.1 spec/scenarios/pages_with_layouts_scenario.rb
radiant-0.6.5 spec/scenarios/pages_with_layouts_scenario.rb
radiant-0.6.7 spec/scenarios/pages_with_layouts_scenario.rb
radiant-0.6.6 spec/scenarios/pages_with_layouts_scenario.rb
radiant-0.6.8 spec/scenarios/pages_with_layouts_scenario.rb
radiant-0.6.9 spec/scenarios/pages_with_layouts_scenario.rb