1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-more/features/slim.feature

7 lines
No EOL
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 "slim-app"
When I go to "/slim.html"
Then I should see "<h1>Welcome to Slim</h1>"