Sha256: 03818a78768ba76de8cb53aaecd44529bda4f57b112fc502102c27444164d33e

Contents?: true

Size: 826 Bytes

Versions: 40

Compression:

Stored size: 826 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"
    
  Scenario: Sprockets should have access to yaml data
    Given the Server is running at "test-app"
    When I go to "/javascripts/multiple_engines.js"
    Then I should see "Hello One"
    
  Scenario: Multiple engine files should build correctly
    Given a built app at "test-app"
    Then "javascripts/multiple_engines.js" should exist at "test-app" and include "Hello One"
    And cleanup built app at "test-app"

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
middleman-2.0.16.1-x86-mingw32 features/sprockets.feature
middleman-2.0.16.1 features/sprockets.feature
middleman-2.0.16-x86-mingw32 features/sprockets.feature
middleman-2.0.16 features/sprockets.feature
middleman-2.0.15.4-x86-mingw32 features/sprockets.feature
middleman-2.0.15.4 features/sprockets.feature
middleman-2.0.15.3-x86-mingw32 features/sprockets.feature
middleman-2.0.15.3 features/sprockets.feature
middleman-2.0.15.2-x86-mingw32 features/sprockets.feature
middleman-2.0.15.2 features/sprockets.feature
middleman-2.0.15.1-x86-mingw32 features/sprockets.feature
middleman-2.0.15.1 features/sprockets.feature
middleman-2.0.15-x86-mingw32 features/sprockets.feature
middleman-2.0.15 features/sprockets.feature
middleman-2.0.14-x86-mingw32 features/sprockets.feature
middleman-2.0.14 features/sprockets.feature
middleman-2.0.13.2-x86-mingw32 features/sprockets.feature
middleman-2.0.13.1-x86-mingw32 features/sprockets.feature
middleman-2.0.13.1 features/sprockets.feature
middleman-2.0.13-x86-mingw32 features/sprockets.feature