middleman/middleman-more/features/slim.feature
2011-12-29 15:09:51 -08:00

7 lines
237 B
Gherkin

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