Sha256: 6944ee00d88976a6259d6938484b24d14dcf65d76482a06194a6b861a3af7d91

Contents?: true

Size: 370 Bytes

Versions: 3

Compression:

Stored size: 370 Bytes

Contents

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"
    
  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"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
middleman-3.0.0.alpha.4 features/fonts.feature
middleman-3.0.0.alpha.3 features/fonts.feature
middleman-3.0.0.alpha.2 features/fonts.feature