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