Sha256: 25ec9c635b0b4cb10a56bf1eba28e26f8c3f2d7cd7a8df331fb493230ceafce7

Contents?: true

Size: 1021 Bytes

Versions: 85

Compression:

Stored size: 1021 Bytes

Contents

Feature: Text Files Without Extensions Should Build and Preview

  Scenario: Building Text Files with directory indexes
    Given a successfully built app at "more-extensionless-text-files-app"
    When I cd to "build"
    Then the following files should exist:
      | CNAME   |
      | LICENSE |
      | README  |
    Then the following files should not exist:
      | CNAME/index.html   |
      | LICENSE/index.html |
      | README/index.html  |
  
  Scenario: Previewing Text Files
    Given the Server is running at "more-extensionless-text-files-app"
    When I go to "/CNAME"
    Then I should see "test.github.com"
    When I go to "/LICENSE"
    Then I should see "You have the right to remain classy."
    When I go to "/README"
    Then I should see "Bork bork bork"
    # When I go to "/CNAME/index.html"
    # Then I should see "File Not Found"
    # When I go to "/LICENSE/index.html"
    # Then I should see "File Not Found"
    # When I go to "/README/index.html"
    # Then I should see "File Not Found"

Version data entries

85 entries across 85 versions & 4 rubygems

Version Path
middleman-core-4.6.0 features/more-extensionless_text_files.feature
middleman-core-4.5.1 features/more-extensionless_text_files.feature
middleman-core-4.5.0 features/more-extensionless_text_files.feature
middleman-core-4.4.3 features/more-extensionless_text_files.feature
middleman-core-4.4.2 features/more-extensionless_text_files.feature
middleman-core-4.4.0 features/more-extensionless_text_files.feature
middleman-core-4.3.11 features/more-extensionless_text_files.feature
middleman-core-4.3.10 features/more-extensionless_text_files.feature
middleman-core-4.3.8 features/more-extensionless_text_files.feature
middleman-core-4.3.7 features/more-extensionless_text_files.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/more-extensionless_text_files.feature
middleman-core-4.3.6 features/more-extensionless_text_files.feature
middleman-core-4.3.5 features/more-extensionless_text_files.feature
middleman-core-4.3.4 features/more-extensionless_text_files.feature
middleman-core-4.3.3 features/more-extensionless_text_files.feature
middleman-core-4.3.2 features/more-extensionless_text_files.feature
middleman-core-4.3.1 features/more-extensionless_text_files.feature
middleman-core-4.3.0 features/more-extensionless_text_files.feature
middleman-core-4.3.0.rc.4 features/more-extensionless_text_files.feature
middleman-core-4.3.0.rc.3 features/more-extensionless_text_files.feature