Sha256: 4f0a65b6640dbe363ddd261e9841bf57733c87d7ce97d92c69f557a01b3d5da8

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', '..', '..'))
require 'lib/simplecov'
require 'rspec'
SimpleCov.start
describe 'exit status' do
  it "should exit with a zero exit status when assertion fails" do
    1.should == 1
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simplecov-0.4.2 test/fixtures/frameworks/rspec_good.rb
simplecov-0.4.1 test/fixtures/frameworks/rspec_good.rb
simplecov-0.4.0 test/fixtures/frameworks/rspec_good.rb
simplecov-0.3.9 test/fixtures/frameworks/rspec_good.rb
simplecov-0.3.7 test/fixtures/frameworks/rspec_good.rb
simplecov-0.3.6 test/fixtures/frameworks/rspec_good.rb
simplecov-0.3.5 test/fixtures/frameworks/rspec_good.rb