Sha256: 9af24ed75c2f3c3fa29e92edc5e1d5c42b5b753da6d8c6d5ef76a32f1e1964ec

Contents?: true

Size: 269 Bytes

Versions: 9

Compression:

Stored size: 269 Bytes

Contents

Feature: Path to libraries
  Scenario: Load Ember.js
    Given the Server is running at "path-to-libraries"
    When I go to "/javascripts/application.js"
    Then I should see "Ember.VERSION"
    Then I should see "Handlebars.VERSION"
    Then I should see "DS.Model"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ember-middleman-0.0.10 features/path_to_libraries.feature
ember-middleman-0.0.9 features/path_to_libraries.feature
ember-middleman-0.0.8 features/path_to_libraries.feature
ember-middleman-0.0.7 features/path_to_libraries.feature
ember-middleman-0.0.6 features/path_to_libraries.feature
ember-middleman-0.0.5 features/path_to_libraries.feature
ember-middleman-0.0.4 features/path_to_libraries.feature
ember-middleman-0.0.3 features/path_to_libraries.feature
ember-middleman-0.0.2 features/path_to_libraries.feature