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

myfreecomm / charging-client-ruby / 96 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 21 Jun 2016 09:36PM UTC
Files 22
Run time 2s
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.206%
2.1.1

Pull #2

travis-ci

web-flow
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
Pull Request #2: Update multi_json

1199 of 1219 relevant lines covered (98.36%)

49.36 hits per line

Source Files on job 96.3 (2.1.1)
  • Tree
  • List 0
  • Changed 22
  • Source Changed 22
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 96
  • Travis Job 96.3
  • 9d693824 on github
  • Prev Job for 2.1.1 on master (#85.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