• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

adhearsion / punchblock / 972 / 3
98%
develop: 98%

Build:
DEFAULT BRANCH: develop
Ran 11 Aug 2014 04:28PM UTC
Files 135
Run time 57s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Aug 2014 04:28PM UTC coverage: 99.065% (+0.003%) from 99.062%
2.1.0

push

travis-ci

Ben Langfeld
Convert specs to RSpec 2.14.8 syntax with Transpec

This conversion is done by Transpec 2.3.6 with the following command:
    transpec

* 768 conversions
    from: obj.should
      to: expect(obj).to

* 542 conversions
    from: obj.should_receive(:message)
      to: expect(obj).to receive(:message)

* 440 conversions
    from: == expected
      to: eq(expected)

* 391 conversions
    from: its(:attr) { }
      to: describe '#attr' do subject { super().attr }; it { } end

* 41 conversions
    from: lambda { }.should
      to: expect { }.to

* 40 conversions
    from: obj.stub(:message)
      to: allow(obj).to receive(:message)

* 34 conversions
    from: obj.should_not
      to: expect(obj).not_to

* 7 conversions
    from: obj.should_receive(:message).and_return { value }
      to: obj.should_receive(:message) { value }

* 4 conversions
    from: lambda { }.should_not
      to: expect { }.not_to

* 2 conversions
    from: Klass.any_instance.should_receive(:message)
      to: expect_any_instance_of(Klass).to receive(:message)

* 1 conversion
    from: collection.should have(n).items
      to: expect(collection.size).to eq(n)

* 1 conversion
    from: expect { }.not_to raise_error(SpecificErrorClass)
      to: expect { }.not_to raise_error

For more details: https://github.com/yujinakayama/transpec#supported-conversions

11543 of 11652 relevant lines covered (99.06%)

101.61 hits per line

Source Files on job 972.3 (2.1.0)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 972
  • Travis Job 972.3
  • e08d6c45 on github
  • Prev Job for 2.1.0 on develop (#971.3)
  • Next Job for 2.1.0 on develop (#974.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc