Sha256: 107d1e8493f57923fc026df6cd3a37636749810fb25c4913beee47352928b4a0

Contents?: true

Size: 416 Bytes

Versions: 6

Compression:

Stored size: 416 Bytes

Contents

Feature: Two files from source files
  Scenario: Files are ordered directly
    Given I have a test suite
    When I run `bin/jasmine-headless-webkit -j spec/jasmine/two_files_from_src_files/jasmine.yml -l`
    Then the exit status should be 0
      And the following files should be loaded in order:
        | vendor/vendor-file.js |
        | vendor/vendor.js |
        | app/app-file.js |
        | app/app.js |

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
jasmine-headless-webkit-firstbanco-0.9.0.rc.5 features/bin/two_files_from_src_files.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.4 features/bin/two_files_from_src_files.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.3 features/bin/two_files_from_src_files.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.2 features/bin/two_files_from_src_files.feature
jasmine-headless-webkit-0.9.0.rc.2 features/bin/two_files_from_src_files.feature
jasmine-headless-webkit-0.9.0.rc1 features/bin/two_files_from_src_files.feature