Sha256: 6c91b143fc00ac1b9559c3648e39220c621dd9948eee7eacbdcee9134955accf

Contents?: true

Size: 378 Bytes

Versions: 21

Compression:

Stored size: 378 Bytes

Contents

Feature: Markdown support
  In order to test included Maruku support

  Scenario: Rendering html
    Given the Server is running at "markdown-app"
    When I go to "/index.html"
    Then I should see "<p>Hello World</p>"
  
  Scenario: Markdown extensions (Maruku)
    Given the Server is running at "markdown-app"
    When I go to "/smarty_pants.html"
    Then I should see "&"

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
middleman-more-3.0.14 features/markdown.feature
middleman-more-3.0.13 features/markdown.feature
middleman-more-3.0.12 features/markdown.feature
middleman-more-3.0.12.pre.1 features/markdown.feature
middleman-more-3.0.11 features/markdown.feature
middleman-more-3.0.10.pre.1 features/markdown.feature
middleman-more-3.0.9 features/markdown.feature
middleman-more-3.0.8 features/markdown.feature
middleman-more-3.0.8.pre.2 features/markdown.feature
middleman-more-3.0.8.pre.1 features/markdown.feature
middleman-more-3.0.7 features/markdown.feature
middleman-more-3.0.6 features/markdown.feature
middleman-more-3.0.5 features/markdown.feature
middleman-more-3.0.4 features/markdown.feature
middleman-more-3.0.2 features/markdown.feature
middleman-more-3.0.1.pre features/markdown.feature
middleman-more-3.0.0 features/markdown.feature
middleman-more-3.0.0.rc.4 features/markdown.feature
middleman-more-3.0.0.rc.3 features/markdown.feature
middleman-more-3.0.0.rc.2 features/markdown.feature