Sha256: a852bec8e9811884e45676bfcfab4e82a6f0d7263f5f47c33334e7686c3ff25a

Contents?: true

Size: 572 Bytes

Versions: 8

Compression:

Stored size: 572 Bytes

Contents

Feature: Middleman-Robots on server

  Scenario: All options
    Given the Server is running at "server-app"
    When I go to "/robots.txt"
    Then I should see:
      """
      User-Agent: Googlebot
      Disallow: /tmp/*
      Disallow: /something/dir/file_disallow.html
      Allow: /allow/*
      Allow: /something/dir/file_allow.html

      User-Agent: Googlebot-Image
      Disallow: /tmp/*
      Disallow: /something/dir/file_disallow.html
      Allow: /allow/*
      Allow: /something/dir/file_allow.html

      Sitemap: http://example.com/sitemap.xml
      """

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
middleman-robots-1.3.7 features/server.feature
middleman-robots-1.3.6 features/server.feature
middleman-robots-1.3.5 features/server.feature
middleman-robots-1.3.4 features/server.feature
middleman-robots-1.3.3 features/server.feature
middleman-robots-1.3.2 features/server.feature
middleman-robots-1.3.1 features/server.feature
middleman-robots-1.3.0 features/server.feature