2011-06-02 19:48:56 +02:00
|
|
|
Feature: Support slim templating language
|
|
|
|
In order to offer an alternative to Haml
|
|
|
|
|
|
|
|
Scenario: Rendering Slim
|
2011-12-30 04:04:39 +01:00
|
|
|
Given the Server is running at "slim-app"
|
2011-06-02 19:48:56 +02:00
|
|
|
When I go to "/slim.html"
|
|
|
|
Then I should see "<h1>Welcome to Slim</h1>"
|