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
|
@ -9,3 +9,9 @@ Feature: Web Fonts
|
|||
Given the Server is running at "test-app"
|
||||
When I go to "/stylesheets/fonts.css"
|
||||
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