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

myfreecomm / charging-client-ruby / 95 / 2
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: v0.0.2
DEFAULT BRANCH: master
Ran 21 Jun 2016 09:34PM UTC
Files 22
Run time 1s
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

21 Jun 2016 09:32PM UTC coverage: 98.359% (+0.2%) from 98.198%
2.0.0

push

travis-ci

wpolicarpo
Convert specs to RSpec 2.99.2 syntax with Transpec

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

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

* 51 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

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

* 4 conversions
    from: it { should_not ... }
      to: it { is_expected.not_to ... }

* 2 conversions
    from: be_false
      to: be_falsey

* 2 conversions
    from: obj.should_not_receive(:message)
      to: expect(obj).not_to receive(:message)

* 1 conversion
    from: obj.should_not
      to: expect(obj).not_to

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

1199 of 1219 relevant lines covered (98.36%)

49.36 hits per line

Source Files on job 95.2 (2.0.0)
  • Tree
  • List 0
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 95
  • Travis Job 95.2
  • 07dfe214 on github
  • Prev Job for 2.0.0 on topic-update-dependencies (#93.2)
  • Next Job for 2.0.0 on topic-update-dependencies (#97.2)
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