2010-09-06 10:59:51 -07:00
|
|
|
Feature: Support SCSS Syntax
|
|
|
|
In order to offer an alternative when writing Sass
|
|
|
|
|
|
|
|
Scenario: Rendering scss
|
2011-12-29 19:04:39 -08:00
|
|
|
Given the Server is running at "scss-app"
|
2010-09-06 10:59:51 -07:00
|
|
|
When I go to "/stylesheets/site_scss.css"
|
2011-07-01 10:07:50 -07:00
|
|
|
Then I should see "html"
|
|
|
|
|
|
|
|
Scenario: Rendering scss
|
2011-12-29 19:04:39 -08:00
|
|
|
Given the Server is running at "scss-app"
|
2011-07-01 10:07:50 -07:00
|
|
|
When I go to "/stylesheets/layout.css"
|
2010-09-06 18:48:25 -07:00
|
|
|
Then I should see "html"
|