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