Sha256: 15228350368fc0d574c90c9091d28db4c176736a1128f58ae5be2422fbb6231a

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

Feature: Built-in macro view helpers
  In order to simplify generating HTML

  Scenario: Using the link_to helper
    Given the Server is running at "padrino-helpers-app"
    When I go to "/former_padrino_test.html"
    And I should see 'href="test2.com"'
    And I should see 'src="/images/test2.png"'
    Then I should see 'src="/javascripts/test1.js"'
    Then I should see 'href="/stylesheets/test1.css"'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-core-3.0.0.beta.1 features/former_padrino_helpers.feature
middleman-core-3.0.0.alpha.9 features/former_padrino_helpers.feature
middleman-core-3.0.0.alpha.8 features/former_padrino_helpers.feature
middleman-core-3.0.0.alpha.7 features/former_padrino_helpers.feature