Sha256: 32dcc9a9d0fc73cb7e189adca2533e7fcea6688088ea392dca1c2c4dd77f3ea6
Contents?: true
Size: 519 Bytes
Versions: 37
Compression:
Stored size: 519 Bytes
Contents
Feature: Snippets As a designer I want to insert re-usable piece of code among pages Background: Given I have the site: "test site" set up And a snippet named "yield" with the template: """ HELLO WORLD ! """ Scenario: Simple include Given a page named "hello-world" with the template: """ My application says {% include 'yield' %} """ When I view the rendered page at "/hello-world" Then the rendered output should look like: """ My application says HELLO WORLD ! """
Version data entries
37 entries across 37 versions & 2 rubygems