Sha256: b2e743f7c08a13d5d57ac285957765802d152e95cbf51164a5f25d834c166520

Contents?: true

Size: 657 Bytes

Versions: 46

Compression:

Stored size: 657 Bytes

Contents

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

  Scenario: Rendering html
    Given the Server is running at "basic-data-app"
    When I go to "/data.html"
    Then I should see "One:Two"
  
  Scenario: Rendering json
    Given the Server is running at "basic-data-app"
    When I go to "/data3.html"
    Then I should see "One:Two"
    
  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

46 entries across 46 versions & 2 rubygems

Version Path
middleman-core-x86-mingw32-3.0.14 features/data.feature
middleman-core-3.0.14 features/data.feature
middleman-core-x86-mingw32-3.0.13 features/data.feature
middleman-core-3.0.13 features/data.feature
middleman-core-x86-mingw32-3.0.12 features/data.feature
middleman-core-3.0.12 features/data.feature
middleman-core-x86-mingw32-3.0.12.pre.1 features/data.feature
middleman-core-3.0.12.pre.1 features/data.feature
middleman-core-x86-mingw32-3.0.11 features/data.feature
middleman-core-3.0.11 features/data.feature
middleman-core-x86-mingw32-3.0.10 features/data.feature
middleman-core-x86-mingw32-3.0.10.pre.1 features/data.feature
middleman-core-3.0.10.pre.1 features/data.feature
middleman-core-x86-mingw32-3.0.9 features/data.feature
middleman-core-3.0.9 features/data.feature
middleman-core-x86-mingw32-3.0.8 features/data.feature
middleman-core-3.0.8 features/data.feature
middleman-core-x86-mingw32-3.0.8.pre.2 features/data.feature
middleman-core-3.0.8.pre.2 features/data.feature
middleman-core-x86-mingw32-3.0.8.pre.1 features/data.feature