Sha256: 9b8ebb8e9bb0ecb6c1f73328cfdc94ce678961edc4b18bf058daf34d49dd4202

Contents?: true

Size: 1.34 KB

Versions: 62

Compression:

Stored size: 1.34 KB

Contents

Feature: Dynamic Pages
  In order to use a single view to generate multiple output files

  Scenario: Checking built folder for content
    Given a built app at "test-app"
    Then "fake.html" should exist at "test-app" and include "I am real"
    Then "fake/one.html" should exist at "test-app" and include "I am real: one"
    Then "fake/two.html" should exist at "test-app" and include "I am real: two"
    Then "target_ignore.html" should exist at "test-app" and include "Ignore me"
    Then "should_be_ignored.html" should not exist at "test-app"
    Then "should_be_ignored2.html" should not exist at "test-app"
    Then "should_be_ignored3.html" should not exist at "test-app"
    And cleanup built app at "test-app"
    
  Scenario: Preview basic proxy
    Given the Server is running at "test-app"
    When I go to "/fake.html"
    Then I should see "I am real"
    
  Scenario: Preview proxy with variable one
    Given the Server is running at "test-app"
    When I go to "/fake/one.html"
    Then I should see "I am real: one"
    
  Scenario: Preview proxy with variable two
    Given the Server is running at "test-app"
    When I go to "/fake/two.html"
    Then I should see "I am real: two"
    
  Scenario: Preview ignored paths
    Given the Server is running at "test-app"  
    When I go to "/should_be_ignored.html"
    Then I should see "File Not Found"

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
middleman-2.0.16.1-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.16.1 features/dynamic_pages.feature
middleman-2.0.16-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.16 features/dynamic_pages.feature
middleman-2.0.15.4-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.15.4 features/dynamic_pages.feature
middleman-2.0.15.3-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.15.3 features/dynamic_pages.feature
middleman-2.0.15.2-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.15.2 features/dynamic_pages.feature
middleman-2.0.15.1-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.15.1 features/dynamic_pages.feature
middleman-2.0.15-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.15 features/dynamic_pages.feature
middleman-2.0.14-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.14 features/dynamic_pages.feature
middleman-2.0.14.pre2-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.14.pre2 features/dynamic_pages.feature
middleman-2.0.13.2-x86-mingw32 features/dynamic_pages.feature
middleman-2.0.14.pre-x86-mingw32 features/dynamic_pages.feature