Sha256: ac9ac951998df39d915741b232cecf2db5f2981490346a8f42ecc380ff9411b9

Contents?: true

Size: 389 Bytes

Versions: 6

Compression:

Stored size: 389 Bytes

Contents

Feature: Bin - Quiet Messages
  Scenario: Run a test that would cause a lot of messages to be displayed and silence them all
    Given I have a test suite
    When I run `bin/jasmine-headless-webkit -q -j spec/jasmine/noisy/noisy.yml`
    Then the exit status should be 0
      And the output should not include "[Skipping File]"
      And the output should not include "You should mock"

Version data entries

6 entries across 6 versions & 2 rubygems

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