Add some tests for font paths, closes #117
This commit is contained in:
parent
4f09feeb2c
commit
0d9a7e8edc
1 changed files with 7 additions and 1 deletions
|
@ -8,4 +8,10 @@ Feature: Web Fonts
|
||||||
Scenario: Rendering scss
|
Scenario: Rendering scss
|
||||||
Given the Server is running at "test-app"
|
Given the Server is running at "test-app"
|
||||||
When I go to "/stylesheets/fonts.css"
|
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"
|
Loading…
Reference in a new issue