Sha256: 13480c18a0236d43c76684626a0ce8ed8183ba0fd36121d6ab8842e1f23e0ef4

Contents?: true

Size: 544 Bytes

Versions: 4

Compression:

Stored size: 544 Bytes

Contents

Feature: Preview Changes
  In order to run quickly, we should update internal caches on file changes
  
  Scenario: A template changes contents during preview
    Given the Server is running at "preview-app"
    And the file "source/content.html.erb" has the contents
      """
      Hello World
      """
    When I go to "/content.html"
    Then I should see "Hello World"
    And the file "source/content.html.erb" has the contents
      """
      Hola Mundo
      """
    When I go to "/content.html"
    Then I should see "Hola Mundo"
    

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
middleman-core-3.0.0.alpha.7 features/preview_changes.feature
middleman-3.0.0.alpha.6 features/preview_changes.feature
middleman-3.0.0.alpha.5 features/preview_changes.feature
middleman-3.0.0.alpha.4 features/preview_changes.feature