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.1.0 features/jst.feature
middleman-sprockets-3.0.11 features/jst.feature
middleman-sprockets-3.0.10 features/jst.feature
middleman-sprockets-3.0.9 features/jst.feature
middleman-sprockets-3.0.8 features/jst.feature
middleman-sprockets-3.0.6 features/jst.feature
middleman-sprockets-3.0.6.pre.1 features/jst.feature
middleman-sprockets-3.0.5 features/jst.feature
middleman-sprockets-3.0.4 features/jst.feature
middleman-sprockets-3.0.3 features/jst.feature
middleman-sprockets-3.0.2 features/jst.feature
middleman-sprockets-3.0.1 features/jst.feature