Sha256: 4c6bfb3eec295d4d26b1c36c52b3b92706064db95ea496c3dbe1f2d4b639b8aa

Contents?: true

Size: 809 Bytes

Versions: 18

Compression:

Stored size: 809 Bytes

Contents

Feature: Helpers are provided for Rails views that Landable didn't serve
  The dummy app defines a few routes before mounting
  Landable; we want to ensure those routes still function
  from both the application and Landable's perspective.

  Scenario: Application view references landable helpers
    Given a page "/priority" with title "Landable4Life"
    And   the robots meta tag of "/priority" is "noindex,nofollow"
    And   the body of page "/priority" is:
      """
      <h1>Inline HTML!</h1>
      """
    When  I GET "/priority"
    Then  the response status should be 200
    And   the element "title" should have inner text "Home: Landable4Life"
    And   the element "#path" should have inner text "/priority"
    And   the element "meta[name='robots'][content='noindex,nofollow']" should exist

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
landable-1.14.0 features/public/views.feature
landable-1.13.2 features/public/views.feature
landable-1.13.1 features/public/views.feature
landable-1.12.3 features/public/views.feature
landable-1.12.2 features/public/views.feature
landable-1.12.1 features/public/views.feature
landable-1.11.1 features/public/views.feature
landable-1.11.0 features/public/views.feature
landable-1.10.0.rc2 features/public/views.feature
landable-1.10.0.rc1 features/public/views.feature
landable-1.9.2 features/public/views.feature
landable-1.9.1 features/public/views.feature
landable-1.9.0 features/public/views.feature
landable-1.9.0.rc2 features/public/views.feature
landable-1.9.0.rc1 features/public/views.feature
landable-1.8.0 features/public/views.feature
landable-1.7.1.rc1 features/public/views.feature
landable-1.7.0 features/public/views.feature