Sha256: dc8aef5d20a65c19d0ddd79a7ce62b8e70d020f1b51c6bba3278de00cc96c3dd
Contents?: true
Size: 429 Bytes
Versions: 1
Compression:
Stored size: 429 Bytes
Contents
Feature: Using Textile to format text As a designer I want to allow my users to use Textile So that they can't mess up the design too badly Scenario: A textile block Given this template exists at "textile.nou.html" """ {{ "h1. Hello" | textilize }} """ And this content item exists at "/textile" | template | textile | When I view "/textile" Then the headline should be "Hello"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noumenon-0.2.3 | features/template_tags/textilize.feature |