Sha256: 9ac2e7246b24492097522e32f950cd72b1fc27cb8b2298902f30b76bf5057bf9

Contents?: true

Size: 403 Bytes

Versions: 11

Compression:

Stored size: 403 Bytes

Contents

Feature: Sprockets

  Scenario: Sprockets require
    Given the Server is running at "test-app"
    When I go to "/javascripts/sprockets_base.js"
    Then I should see "sprockets_sub_function"
    
  Scenario: Sprockets require with custom :js_dir
    Given the Server is running at "sprockets-app"
    When I go to "/library/javascripts/sprockets_base.js"
    Then I should see "sprockets_sub_function"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
middleman-2.0.7 features/sprockets.feature
middleman-2.0.6 features/sprockets.feature
middleman-2.0.5 features/sprockets.feature
middleman-2.0.4 features/sprockets.feature
middleman-2.0.3 features/sprockets.feature
middleman-2.0.2 features/sprockets.feature
middleman-2.0.1.1 features/sprockets.feature
middleman-2.0.1 features/sprockets.feature
middleman-2.0.0.3 features/sprockets.feature
middleman-2.0.0.2 features/sprockets.feature
middleman-2.0.0.1 features/sprockets.feature