Sha256: 83ab43a8d3b5c43fcbeee5bae348ff75ee350c9072dda2423bfc75af2fc34bd6

Contents?: true

Size: 345 Bytes

Versions: 5

Compression:

Stored size: 345 Bytes

Contents

Feature: Local Data API
  In order to abstract content from structure

  Scenario: Rendering html
    Given the Server is running at "test-app"
    When I go to "/data.html"
    Then I should see "One:Two"
  
  Scenario: Rendering liquid
    Given the Server is running at "test-app"
    When I go to "/data2.html"
    Then I should see "OneTwo"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
middleman-2.0.9.pre.2-x86-mingw32 features/data.feature
middleman-2.0.9.pre.2 features/data.feature
middleman-2.0.9.pre-x86-mswin32 features/data.feature
middleman-2.0.9.pre features/data.feature
middleman-2.0.8 features/data.feature