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/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 13:07:50 -04:00
Then I should see "html"
Scenario: Rendering scss
Given the Server is running at "scss-app"
2011-07-01 13:07:50 -04:00
When I go to "/stylesheets/layout.css"
Then I should see "html"