mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
7 lines
223 B
Gherkin
7 lines
223 B
Gherkin
|
Feature: Support slim templating language
|
||
|
In order to offer an alternative to Haml
|
||
|
|
||
|
Scenario: Rendering Slim
|
||
|
Given the Server is running
|
||
|
When I go to "/slim.html"
|
||
|
Then I should see "<h1>Welcome to Slim</h1>"
|