middleman/middleman-more/features/slim.feature

7 lines
237 B
Gherkin
Raw Normal View History

Feature: Support slim templating language
In order to offer an alternative to Haml
Scenario: Rendering Slim
Given the Server is running at "slim-app"
When I go to "/slim.html"
Then I should see "<h1>Welcome to Slim</h1>"