middleman/middleman-core/features/scss-support.feature

12 lines
367 B
Gherkin
Raw Normal View History

Feature: Support SCSS Syntax
In order to offer an alternative when writing Sass
Scenario: Rendering scss
Given the Server is running at "scss-app"
When I go to "/stylesheets/site_scss.css"
2011-07-01 19:07:50 +02:00
Then I should see "html"
Scenario: Rendering scss
Given the Server is running at "scss-app"
2011-07-01 19:07:50 +02:00
When I go to "/stylesheets/layout.css"
Then I should see "html"