mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
11 lines
No EOL
411 B
Gherkin
11 lines
No EOL
411 B
Gherkin
Feature: Web Fonts
|
|
|
|
Scenario: Checking built folder for content
|
|
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"
|
|
|
|
Scenario: Rendering scss
|
|
Given the Server is running at "fonts-app"
|
|
When I go to "/stylesheets/fonts.css"
|
|
Then I should see "/fonts/StMarie-Thin.otf" |