Sha256: 58287952097c7730907bcba876ee82e505f859bbd7bbe2e07ee50e66fe8c90b1

Contents?: true

Size: 872 Bytes

Versions: 30

Compression:

Stored size: 872 Bytes

Contents

Feature: Builder
  In order to output static html and css for delivery

  Scenario: Checking built folder for content
    Given a built test app
    Then "index.html" should exist and include "Comment in layout"
    Then "javascripts/coffee_test.js" should exist and include "Array.prototype.slice"
    Then "index.html" should exist and include "<h1>Welcome</h1>"
    Then "static.html" should exist and include "Static, no code!"
    Then "services/index.html" should exist and include "Services"
    Then "stylesheets/site.css" should exist and include "html, body, div, span"
    Then "stylesheets/site_scss.css" should exist and include "html, body, div, span"
    Then "stylesheets/test_less.css" should exist and include "666"
    Then "stylesheets/static.css" should exist and include "body"
    Then "_partial.html" should not exist
    And cleanup built test app

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
beans-middleman-1.0.14 features/builder.feature
beans-middleman-1.0.13 features/builder.feature
beans-middleman-1.0.12 features/builder.feature
beans-middleman-1.0.11 features/builder.feature
beans-middleman-1.0.9 features/builder.feature
middleman-1.1.2 features/builder.feature
middleman-1.1.1.a features/builder.feature
middleman-1.1.0.1 features/builder.feature
middleman-1.1.0.beta.8 features/builder.feature
middleman-1.1.0.beta.7 features/builder.feature
middleman-1.1.0.beta.6 features/builder.feature
middleman-1.1.0.beta.5 features/builder.feature
beans-middleman-1.0.8 features/builder.feature
beans-middleman-1.0.7 features/builder.feature
beans-middleman-1.0.6 features/builder.feature
beans-middleman-1.0.5 features/builder.feature
middleman-1.1.0.beta.4 features/builder.feature
middleman-1.1.0.beta.3 features/builder.feature
middleman-1.1.0.beta.2 features/builder.feature
middleman-1.1.0.beta.1 features/builder.feature