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

12 lines
367 B
Gherkin

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