Sha256: 51bfc1efdabb80dc4955a327c988e9d2b153156aff8fac3aae565c8be500b5a8

Contents?: true

Size: 1.39 KB

Versions: 125

Compression:

Stored size: 1.39 KB

Contents

Feature: Map special characters to automatically put files in a directory
  
  Scenario: Building files with special character escape
    Given a successfully built app at "automatic-directory-matcher-app"
    When I cd to "build"
    Then the following files should exist:
      | root.html                                    |
      | root-plain.html                              |
      | sub/sub.html                                 |
      | sub/sub-plain.html                           |
      | sub/sub/sub.html                             |
      | sub/sub/sub-plain.html                       |
    Then the following files should not exist:  
      | sub--sub.html                                 |
      | sub--sub-plain.html                           |
      | sub--sub--sub.html                            |
      | sub--sub--sub-plain.html                      |

  Scenario: Previewing files with special character escape
    Given the Server is running at "automatic-directory-matcher-app"
    When I go to "/root.html"
    Then I should see "Root Erb"
    When I go to "/root-plain.html"
    Then I should see "Root Plain"
    When I go to "/sub/sub.html"
    Then I should see "Sub1 Erb"
    When I go to "/sub/sub-plain.html"
    Then I should see "Sub1 Plain"
    When I go to "/sub/sub/sub.html"
    Then I should see "Sub2 Erb"
    When I go to "/sub/sub/sub-plain.html"
    Then I should see "Sub2 Plain"

Version data entries

125 entries across 125 versions & 5 rubygems

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