middleman/features/fonts.feature

11 lines
411 B
Gherkin
Raw Normal View History

2011-09-17 12:52:40 -07:00
Feature: Web Fonts
Scenario: Checking built folder for content
2011-09-20 10:21:38 -07:00
Given a built app at "fonts-app"
Then "stylesheets/fonts.css" should exist at "fonts-app" and include "/fonts/StMarie-Thin.otf"
And cleanup built app at "fonts-app"
2011-09-17 12:52:40 -07:00
Scenario: Rendering scss
2011-09-20 10:21:38 -07:00
Given the Server is running at "fonts-app"
2011-09-17 12:52:40 -07:00
When I go to "/stylesheets/fonts.css"
2011-09-20 10:21:38 -07:00
Then I should see "/fonts/StMarie-Thin.otf"