Sha256: ebc3271e940351ce877065dfc514e41fac40cd17764868f68ed3ee42b9d004ad
Contents?: true
Size: 671 Bytes
Versions: 37
Compression:
Stored size: 671 Bytes
Contents
Feature: Robots As a designer I want to be able to define a robots.txt file for my site Background: Given I have the site: "test site" set up Scenario: Simple robots text Given a robot_txt set to "robots text value" When I view the rendered page at "/robots.txt" Then the rendered output should look like: """ robots text value """ Scenario: Robots.txt should provide access to request_host and all other liquid variables Given a robot_txt set to "host: {{request_host}} path: {{path}}" When I view the rendered page at "/robots.txt" Then the rendered output should look like: """ host: test.example.com path: /robots.txt """
Version data entries
37 entries across 37 versions & 2 rubygems