Sha256: e21a32efa8cfe033a1eeb3be7b05abc5b57d0e020196ff2f0a042d8028ec3f55

Contents?: true

Size: 1.8 KB

Versions: 14

Compression:

Stored size: 1.8 KB

Contents

Feature: More default extensions

  Scenario: Default extensions preview
    Given the Server is running at "more-implied-extensions-app"
    When I go to "/test.html"
    Then I should see "Hello"
    When I go to "/test2.html"
    Then I should see "World"
    When I go to "/test3.html"
    Then I should see "Howdy"
    When I go to "/test4.html"
    Then I should see "HELLO"
    When I go to "/javascripts/app.js"
    Then I should see "derp"
    Then I should not see "I am in the layout"
    When I go to "/stylesheets/style.css"
    Then I should see "section"
    Then I should not see "I am in the layout"
    When I go to "/stylesheets/style2.css"
    Then I should see "section"
    Then I should not see "I am in the layout"

  Scenario: Default extensions build
    Given a fixture app "more-implied-extensions-app"
    And a successfully built app at "more-implied-extensions-app"
    When I cd to "build"
    Then the following files should exist:
      | test.html              |
      | test2.html             |
      | test3.html             |
      | test4.html             |
      | javascripts/app.js     |
      | stylesheets/style.css  |
      | stylesheets/style2.css |
    And the file "test.html" should contain "Hello"
    And the file "test2.html" should contain "World"
    And the file "test3.html" should contain "Howdy"
    And the file "test4.html" should contain "HELLO"
    And the file "javascripts/app.js" should contain "derp"
    And the file "javascripts/app.js" should not contain "I am in the layout"
    And the file "stylesheets/style.css" should contain "section"
    And the file "stylesheets/style.css" should not contain "I am in the layout"
    And the file "stylesheets/style2.css" should contain "section"
    And the file "stylesheets/style2.css" should not contain "I am in the layout"

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
middleman-core-3.4.1 features/more-implied_extensions.feature
middleman-core-3.4.0 features/more-implied_extensions.feature
middleman-core-3.3.12 features/more-implied_extensions.feature
middleman-core-3.3.11 features/more-implied_extensions.feature
middleman-core-3.3.10 features/more-implied_extensions.feature
middleman-core-3.3.9 features/more-implied_extensions.feature
middleman-core-3.3.8 features/more-implied_extensions.feature
middleman-core-3.3.7 features/more-implied_extensions.feature
middleman-core-3.3.6 features/more-implied_extensions.feature
middleman-core-3.3.5 features/more-implied_extensions.feature
middleman-core-cj-3.3.6 features/more-implied_extensions.feature
middleman-core-cj-3.3.5 features/more-implied_extensions.feature
middleman-core-cj-3.3.4 features/more-implied_extensions.feature
middleman-core-3.3.4 features/more-implied_extensions.feature