2010-09-06 13:59:51 -04:00
|
|
|
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"
|
2010-09-06 21:48:25 -04:00
|
|
|
Then I should see "html"
|