Sha256: 7439c2869f5a19818d7cd7dce3ea6e4cdd3432aff3a7134fb3b8ec02d06e769b

Contents?: true

Size: 153 Bytes

Versions: 3

Compression:

Stored size: 153 Bytes

Contents

describe('failing afterAll', function() {
  afterAll(function() {
    throw 'afterAll go boom';
  });

  it('is fine otherwise', function() {
  });
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jasmine_selenium_runner-3.0.0 spec/fixtures/after_all_failure_spec.js
jasmine_selenium_runner-2.4.0 spec/fixtures/after_all_failure_spec.js
jasmine_selenium_runner-0.2.1 spec/fixtures/after_all_failure_spec.js