middleman/features/scss-support.feature
Thomas Reynolds cbdceb26cc Fix #72
2011-07-01 10:07:50 -07:00

12 lines
339 B
Gherkin

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