Sha256: 57302cee96433bffa0dea053cfdb1125270953f31bbcbda84dc9e992380c59e7

Contents?: true

Size: 949 Bytes

Versions: 2

Compression:

Stored size: 949 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/humans.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/humans.txt and contents of this file should include:
      """
      /* TEAM */
      Developer: HE:labs team
      Contact: tech [at] helabs.com.br
      Twitter: @helabs
      From: Rio de Janeiro, Brazil
      """
    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

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.17 features/public.feature
pah-0.0.16 features/public.feature