Method: TestHelper::Static#setup_root_nested_page

Defined in:
lib/testing/test_helper.rb

#setup_root_nested_pageObject



97
98
99
100
101
# File 'lib/testing/test_helper.rb', line 97

def setup_root_nested_page
  setup_files(
    ['home/nested.yml', YAML.dump(:body => 'nested under home')]
  )
end