Add some tests for font paths, closes #117

This commit is contained in:
Thomas Reynolds 2011-09-20 09:27:02 -07:00
parent 4f09feeb2c
commit 0d9a7e8edc

View file

@ -8,4 +8,10 @@ Feature: Web Fonts
Scenario: Rendering scss
Given the Server is running at "test-app"
When I go to "/stylesheets/fonts.css"
Then I should see "/fonts/StMarie-Thin.otf"
Then I should see "/fonts/StMarie-Thin.otf"
Scenario: Rendering scss with the feature enabled
Given "relative_assets" feature is "enabled"
And the Server is running at "test-app"
When I go to "/stylesheets/fonts.css"
Then I should see "url('../fonts/StMarie"