Sha256: ae1b7ad5eca492d8cfabb22536814105fa38ccdc978aae88e250b522ab54a8a3

Contents?: true

Size: 760 Bytes

Versions: 18

Compression:

Stored size: 760 Bytes

Contents

Feature: Long Filenames

  Scenario: Checking built folder for content
    Given a successfully built app at "long-filenames-app"
    When I cd to "build"
    Then the following files should exist:
      | images/00000000-0000-0000-0000-000000.svg |
      | images/00000000-0000-0000-0000-0000001.svg |
    And the file "images/00000000-0000-0000-0000-000000.svg" should contain "<svg xmlns"
    And the file "images/00000000-0000-0000-0000-0000001.svg" should contain "<svg xmlns"

  Scenario: Rendering html
    Given the Server is running at "long-filenames-app"
    When I go to "/images/00000000-0000-0000-0000-000000.svg"
    Then I should see "<svg xmlns"
    When I go to "/images/00000000-0000-0000-0000-0000001.svg"
    Then I should see "<svg xmlns"

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
middleman-sprockets-3.5.0 features/long_filenames.feature
middleman-sprockets-4.0.0.rc.1 features/long_filenames.feature
middleman-sprockets-4.0.0.beta.1 features/long_filenames.feature
middleman-sprockets-3.4.2 features/long_filenames.feature
middleman-sprockets-3.4.1 features/long_filenames.feature
middleman-sprockets-3.3.10 features/long_filenames.feature
middleman-sprockets-3.3.9 features/long_filenames.feature
middleman-sprockets-3.3.8 features/long_filenames.feature
middleman-sprockets-3.3.7 features/long_filenames.feature
middleman-sprockets-cj-3.3.6 features/long_filenames.feature
middleman-sprockets-3.3.6 features/long_filenames.feature
middleman-sprockets-3.3.4 features/long_filenames.feature
middleman-sprockets-3.3.3 features/long_filenames.feature
middleman-sprockets-3.3.2 features/long_filenames.feature
middleman-sprockets-3.3.1 features/long_filenames.feature
middleman-sprockets-3.3.0 features/long_filenames.feature
middleman-sprockets-3.2.0 features/long_filenames.feature
middleman-sprockets-3.1.4 features/long_filenames.feature