Sha256: 10e817102a4b7a5e12e68f2283265f22450fdfdd33138f99f4a37dab8cfca642

Contents?: true

Size: 415 Bytes

Versions: 11

Compression:

Stored size: 415 Bytes

Contents

@no-clobber
Feature: Layout
  Background:
    Given I have created the app "myapp" with pah

  Scenario: Have correct files
    Then I have a app/views/layouts/application.html.slim
    Then I have a app/views/application/_flash_messages.html.slim
    Then I have the file app/views/layouts/application.html.slim and contents of this file should include:
      """
      = page_title(app_name: 'example')
      """

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pah-0.0.28 features/layout.feature
pah-0.0.27 features/layout.feature
pah-0.0.26 features/layout.feature
pah-0.0.25 features/layout.feature
pah-0.0.24 features/layout.feature
pah-0.0.23 features/layout.feature
pah-0.0.22 features/layout.feature
pah-0.0.21 features/layout.feature
pah-0.0.20 features/layout.feature
pah-0.0.19 features/layout.feature
pah-0.0.15 features/layout.feature