Sha256: 2718bf54ea55f29b5ed73fd6375b4b2a9a2d3b97072ca7c7a34dd06851dbd1cc
Contents?: true
Size: 585 Bytes
Versions: 2
Compression:
Stored size: 585 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') """ Then I have the file app/views/layouts/application.html.slim and contents of this file should include: """ link rel="author" href="/humans.txt" """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.17 | features/layout.feature |
pah-0.0.16 | features/layout.feature |