Sha256: 3009fb8cd75781abbaddf7d8640db5129de4366aa4741b516786c3ab156c615e

Contents?: true

Size: 664 Bytes

Versions: 11

Compression:

Stored size: 664 Bytes

Contents

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

  Scenario: Have correct files
    Then I have a public/robots.txt
    Then I have a public/404.html
    Then I have a public/500.html
    Then I have the file public/robots.txt and contents of this file should include:
      """
      Disallow: /admin/
      """
    Then I have the file public/404.html and contents of this file should include:
      """
      Hmmm... Não achamos a página que você está procurando.
      """
    Then I have the file public/500.html and contents of this file should include:
      """
      Erro interno no servidor. :,(
      """

Version data entries

11 entries across 11 versions & 1 rubygems

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