1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-more/features/fonts.feature

13 lines
490 B
Gherkin
Raw Normal View History

2011-09-17 15:52:40 -04:00
Feature: Web Fonts
Scenario: Checking built folder for content
2011-12-15 19:40:07 -05:00
Given a successfully built app at "fonts-app"
When I cd to "build"
Then the following files should exist:
| stylesheets/fonts.css |
And the file "stylesheets/fonts.css" should contain "/fonts/StMarie-Thin.otf"
2011-09-17 15:52:40 -04:00
Scenario: Rendering scss
2011-09-20 13:21:38 -04:00
Given the Server is running at "fonts-app"
2011-09-17 15:52:40 -04:00
When I go to "/stylesheets/fonts.css"
2011-09-20 13:21:38 -04:00
Then I should see "/fonts/StMarie-Thin.otf"