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

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

Build:
DEFAULT BRANCH: develop
Ran 11 Aug 2014 04:30PM UTC
Files 135
Run time 1min
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.002%) from 99.063%
1.9.3

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

11550 of 11659 relevant lines covered (99.07%)

101.56 hits per line

Source Files on job 972.1 (1.9.3)
  • Tree
  • List 0
  • Changed 66
  • Source Changed 61
  • Coverage Changed 43
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 972
  • Travis Job 972.1
  • e08d6c45 on github
  • Prev Job for 1.9.3 on develop (#971.1)
  • Next Job for 1.9.3 on develop (#974.1)
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