font directory fixes
This commit is contained in:
parent
41df43092d
commit
4fe75da020
10 changed files with 24 additions and 3 deletions
11
features/fonts.feature
Normal file
11
features/fonts.feature
Normal file
|
@ -0,0 +1,11 @@
|
|||
Feature: Web Fonts
|
||||
|
||||
Scenario: Checking built folder for content
|
||||
Given a built app at "test-app"
|
||||
Then "stylesheets/fonts.css" should exist at "test-app" and include "/fonts/StMarie-Thin.otf"
|
||||
And cleanup built app at "test-app"
|
||||
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue