features/public.feature in pah-0.0.15 vs features/public.feature in pah-0.0.16

- old
+ new

@@ -3,14 +3,23 @@ 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. """