Sha256: 55de8b4087a4e746d555a8eaaedd0d402b239a77b7272d3f1692724994a8accd

Contents?: true

Size: 403 Bytes

Versions: 11

Compression:

Stored size: 403 Bytes

Contents

Feature: Sprockets Gems
  Scenario: Sprockets can pull jQuery from gem
    Given the Server is running at "sprockets-app"
    When I go to "/library/js/jquery_include.js"
    Then I should see "var jQuery ="
    
  # Scenario: Sprockets can pull CSS from gem
  #   Given the Server is running at "sprockets-app"
  #   When I go to "/library/css/bootstrap_include.css"
  #   Then I should see "Bootstrap"

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
middleman-more-3.0.0.beta.1 features/sprockets_gems.feature
middleman-more-3.0.0.alpha.9 features/sprockets_gems.feature
middleman-more-3.0.0.alpha.8 features/sprockets_gems.feature
middleman-more-3.0.0.alpha.7 features/sprockets_gems.feature
middleman-3.0.0.alpha.6 features/sprockets_gems.feature
middleman-3.0.0.alpha.5 features/sprockets_gems.feature
middleman-3.0.0.alpha.4 features/sprockets_gems.feature
middleman-3.0.0.alpha.3 features/sprockets_gems.feature
middleman-3.0.0.alpha.2 features/sprockets_gems.feature
middleman-2.0.14.pre2-x86-mingw32 features/sprockets_gems.feature
middleman-2.0.14.pre2 features/sprockets_gems.feature