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

Version Path
locomotivecms-3.0.0.rc3 features/public/robots.feature
locomotivecms-3.0.0.rc2 features/public/robots.feature
locomotivecms-3.0.0.rc1 features/public/robots.feature
locomotivecms-3.0.0.pre.beta.1 features/public/robots.feature
locomotivecms-3.0.0.pre.alpha.3 features/public/robots.feature
locomotive_cms-2.5.7 features/public/robots.feature
locomotivecms-3.0.0.pre.alpha.2 features/public/robots.feature
locomotivecms-3.0.0.pre.alpha features/public/robots.feature
locomotive_cms-2.5.6 features/public/robots.feature
locomotive_cms-2.5.6.rc2 features/public/robots.feature
locomotive_cms-2.5.6.rc1 features/public/robots.feature
locomotive_cms-2.5.5 features/public/robots.feature
locomotive_cms-2.5.4 features/public/robots.feature
locomotive_cms-2.5.3 features/public/robots.feature
locomotive_cms-2.5.2 features/public/robots.feature
locomotive_cms-2.5.1 features/public/robots.feature
locomotive_cms-2.5.0 features/public/robots.feature
locomotive_cms-2.5.0.rc3 features/public/robots.feature
locomotive_cms-2.5.0.rc2 features/public/robots.feature
locomotive_cms-2.5.0.rc1 features/public/robots.feature