Sha256: bce9ee6bb5da14bd0b435be11a2af83fe8326de84dc6019b567274ec3b0ef003

Contents?: true

Size: 642 Bytes

Versions: 1

Compression:

Stored size: 642 Bytes

Contents

Feature: Public
  Background:
    Given I have created a app 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

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/public.feature