Sha256: 4770bfd2c62f45b82b0faee25868f06464bb165f62b97f45648774d70e71742b
Contents?: true
Size: 392 Bytes
Versions: 126
Compression:
Stored size: 392 Bytes
Contents
@rspec Feature: Running specs with a failing rspec setup Scenario: Fail if rspec fails before starting its tests Given a file named "spec/spec_helper.rb" with: """ require 'simplecov' SimpleCov.start raise "some exception in the class loading before the tests start" """ When I run `bundle exec rspec spec` Then the exit status should not be 0
Version data entries
126 entries across 110 versions & 19 rubygems