Sha256: d901471daf71b33c7edbb7313caef1bd23ff2ffdb3308612aad638832cf38f40

Contents?: true

Size: 512 Bytes

Versions: 5

Compression:

Stored size: 512 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

5 entries across 5 versions & 1 rubygems

Version Path
middleman-core-4.1.0.rc.2 features/import_files.feature
middleman-core-4.1.0.rc.1 features/import_files.feature
middleman-core-4.0.0 features/import_files.feature
middleman-core-4.0.0.rc.3 features/import_files.feature
middleman-core-4.0.0.rc.2 features/import_files.feature