17 lines
648 B
Gherkin
17 lines
648 B
Gherkin
Feature: Post data
|
|
As a hacker who likes to blog
|
|
I want to be able to embed data into my posts
|
|
In order to make the posts slightly dynamic
|
|
|
|
Scenario: Use post.title variable
|
|
Scenario: Use post.url variable
|
|
Scenario: Use post.date variable
|
|
Scenario: Use post.id variable
|
|
Scenario: Use post.categories variable when categories are in folders
|
|
Scenario: Use post.categories variable when categories are in YAML
|
|
Scenario: Use post.categories variable when category is in YAML
|
|
Scenario: Use post.topics variable
|
|
Scenario: Use post.content variable
|
|
Scenario: Disable a post from being published
|
|
Scenario: Use a custom variable
|