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