Sha256: bb092f74ea7384771d141aa991b7a0ee0e2b347cec11f79bc962a4869a7894cb

Contents?: true

Size: 226 Bytes

Versions: 8

Compression:

Stored size: 226 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 "DS.Model"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ember-middleman-0.0.18 features/path_to_libraries.feature
ember-middleman-0.0.17 features/path_to_libraries.feature
ember-middleman-0.0.16 features/path_to_libraries.feature
ember-middleman-0.0.15 features/path_to_libraries.feature
ember-middleman-0.0.14 features/path_to_libraries.feature
ember-middleman-0.0.13 features/path_to_libraries.feature
ember-middleman-0.0.12 features/path_to_libraries.feature
ember-middleman-0.0.11 features/path_to_libraries.feature