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