Sha256: cc7d3d7ce40d1ba628753a0e213262f3b0b012e3e57e5b36fccbf1806c11b3a1

Contents?: true

Size: 785 Bytes

Versions: 44

Compression:

Stored size: 785 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 json
    Given the Server is running at "test-app"
    When I go to "/data3.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"
    
  Scenario: Using data in config.rb
    Given the Server is running at "data-app"
    When I go to "/test1.html"
    Then I should see "Welcome"
    
  Scenario: Using data2 in config.rb
    Given the Server is running at "data-app"
    When I go to "/test2.html"
    Then I should see "Welcome"

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
middleman-2.0.16.1-x86-mingw32 features/data.feature
middleman-2.0.16.1 features/data.feature
middleman-2.0.16-x86-mingw32 features/data.feature
middleman-2.0.16 features/data.feature
middleman-2.0.15.4-x86-mingw32 features/data.feature
middleman-2.0.15.4 features/data.feature
middleman-2.0.15.3-x86-mingw32 features/data.feature
middleman-2.0.15.3 features/data.feature
middleman-2.0.15.2-x86-mingw32 features/data.feature
middleman-2.0.15.2 features/data.feature
middleman-2.0.15.1-x86-mingw32 features/data.feature
middleman-2.0.15.1 features/data.feature
middleman-2.0.15-x86-mingw32 features/data.feature
middleman-2.0.15 features/data.feature
middleman-3.0.0.alpha.6 features/data.feature
middleman-3.0.0.alpha.5 features/data.feature
middleman-3.0.0.alpha.4 features/data.feature
middleman-3.0.0.alpha.3 features/data.feature
middleman-3.0.0.alpha.2 features/data.feature
middleman-2.0.14-x86-mingw32 features/data.feature