11 lines
352 B
Gherkin
11 lines
352 B
Gherkin
Feature: Embed filters
|
|
As a hacker who likes to blog
|
|
I want to be able to transform text inside a post or page
|
|
In order to perform cool stuff in my posts
|
|
|
|
Scenario: Convert date to XML schema
|
|
Scenario: Escape text for XML
|
|
Scenario: Calculate number of words
|
|
Scenario: Convert an array into a sentence
|
|
Scenario: Textilize a given string
|