Sha256: d4a63084b866170aefedaf8b48dd622b1a1ac323f77fcd1c0468b51af6bd44b8

Contents?: true

Size: 510 Bytes

Versions: 40

Compression:

Stored size: 510 Bytes

Contents

Feature: Import files

  Scenario: Move one path to another
    Given the Server is running at "import-app"
    When I go to "/static.html"
    Then I should see 'Not Found'
    When I go to "/static2.html"
    Then I should see 'Static, no code!'

  Scenario: Import all of bower
    Given the Server is running at "import-app"
    When I go to "/bower_components/jquery/dist/jquery.js"
    Then I should see 'jQuery'
    When I go to "/bower_components2/jquery/dist/jquery.js"
    Then I should see 'jQuery'

Version data entries

40 entries across 40 versions & 3 rubygems

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