Sha256: 5828f54d9518ad22275fd4858d767528966b31f9667503f8d2e73ba117ee2caf

Contents?: true

Size: 635 Bytes

Versions: 32

Compression:

Stored size: 635 Bytes

Contents

Feature: Sprockets JST

  Scenario: EJS
    Given the Server is running at "sprockets-app2"
    When I go to "/javascripts/templates.js"
    Then I should see '["_templates/test"] = function'
    And I should see '["_templates/test2"] = function'
    
  Scenario: Multiple engine files should build correctly
    Given a successfully built app at "sprockets-app2"
    When I cd to "build"
    Then a file named "javascripts/templates.js" should exist
    And the file "javascripts/templates.js" should contain '["_templates/test"] = function'
    And the file "javascripts/templates.js" should contain '["_templates/test2"] = function'

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
middleman-sprockets-3.5.0 features/jst.feature
middleman-sprockets-4.0.0.rc.1 features/jst.feature
middleman-sprockets-4.0.0.beta.1 features/jst.feature
middleman-sprockets-3.4.2 features/jst.feature
middleman-sprockets-3.4.1 features/jst.feature
middleman-sprockets-3.3.10 features/jst.feature
middleman-sprockets-3.3.9 features/jst.feature
middleman-sprockets-3.3.8 features/jst.feature
middleman-sprockets-3.3.7 features/jst.feature
middleman-sprockets-cj-3.3.6 features/jst.feature
middleman-sprockets-3.3.6 features/jst.feature
middleman-sprockets-3.3.4 features/jst.feature
middleman-sprockets-3.3.3 features/jst.feature
middleman-sprockets-3.3.2 features/jst.feature
middleman-sprockets-3.3.1 features/jst.feature
middleman-sprockets-3.3.0 features/jst.feature
middleman-sprockets-3.2.0 features/jst.feature
middleman-sprockets-3.1.4 features/jst.feature
middleman-sprockets-3.1.2 features/jst.feature
middleman-sprockets-3.1.1 features/jst.feature