2010-09-06 19:59:51 +02: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-07 03:48:25 +02:00
|
|
|
Then I should see "html"
|