Sha256: 2072db4b2ffa655475b44caf2d5385b5ab67bc835bb1574277bc3cd5faf2beab

Contents?: true

Size: 796 Bytes

Versions: 102

Compression:

Stored size: 796 Bytes

Contents

Feature: Tilt missing support libraries

  Scenario: Rendering Textile and Wiki files
    Given the Server is running at "missing-tilt-library-app"
    When I go to "/danger-zone/more-wiki.html.wiki"
    Then I should see "File Not Found"
    When I go to "/danger-zone/more-wiki.html"
    Then I should see "File Not Found"
    When I go to "/safe-zone/my-wiki.html.wiki"
    Then I should see "Safe"
    When I go to "/safe-zone/my-wiki.html"
    Then I should see "File Not Found"
    When I go to "/textile-source.html.textile"
    Then I should see "File Not Found"
    When I go to "/textile-source.html"
    Then I should see "File Not Found"
    When I go to "/wiki-source.html.wiki"
    Then I should see "Hola"
    When I go to "/wiki-source.html"
    Then I should see "File Not Found"

Version data entries

102 entries across 102 versions & 5 rubygems

Version Path
middleman-core-x86-mingw32-3.0.9 features/missing-tilt-lib.feature
middleman-core-3.0.9 features/missing-tilt-lib.feature