Sha256: 02c0c5bb1f1803edff379c43d858facf0e35c8447ab802bb5c5382825118f44a
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
--- title: Testing World blurb: A page that uses <strong>Middlemac</strong>’s helpers so that Cucumber has something predictable to examine. layout: template-logo-medium --- <%= md_links %> <%= md_images %> <%= current_page.data.title %> ============================== This page simply uses all of **Middlemac**’s helpers so that Cucumber testing can be performed. This sample project is also the fixture for testing; if you have this Gem’s source, you can ~~~ bash rake test ~~~ …from the Gem’s directory to run the tests yourself. Note that this isn’t the only file tested, but it’s a nice place to capture some of the test output. {:.note} * * * breadcrumbs:<%= breadcrumbs %> partials_dir:<%= partials_dir %> cfBundleIdentifier:<%= cfBundleIdentifier %> cfBundleName:<%= cfBundleName %> product_name:<%= product_name %> product_version:<%= product_version %> product_uri:<%= product_uri %> * * * ## New Style Middleman Partial ~~~ html <%= partial 'new_style_partial' %> ~~~ ## Partial from `partials_dir` ~~~ html <%= partial 'partials_dir_partial' %> ~~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middlemac-2.0.0 | fixtures/middlemac_app/Contents/Resources/Base.lproj/45_testing_world_file.html.md.erb |