Sha256: 70537c73a46d1a8657bbc328935ac04ad035af98d6016d3584e26b2e9e1c49fc

Contents?: true

Size: 366 Bytes

Versions: 6

Compression:

Stored size: 366 Bytes

Contents

Feature: Bin - Files
  Scenario: List the files a test suite will use
    Given I have a test suite
    When I run `bin/jasmine-headless-webkit -j spec/jasmine/success/success.yml -l`
    Then the exit status should be 0
      And the output should include "spec/jasmine/success/success.js"
      And the output should include "spec/jasmine/success/success_spec.js"

Version data entries

6 entries across 6 versions & 2 rubygems

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