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

myfreecomm / charging-client-ruby / 96
98%

Build:
DEFAULT BRANCH: master
Ran 21 Jun 2016 09:34PM UTC
Jobs 2
Files 22
Run time 2min
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

pending completion
96

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

191 of 191 new or added lines in 8 files covered. (100.0%)

1199 of 1219 relevant lines covered (98.36%)

98.73 hits per line

Jobs
ID Job ID Ran Files Coverage
2 96.2 (2.0.0) 21 Jun 2016 09:34PM UTC 0
98.36
Travis Job 96.2
3 96.3 (2.1.1) 21 Jun 2016 09:36PM UTC 0
98.36
Travis Job 96.3
Source Files on build 96
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #96
  • Pull Request #2
  • PR Base - master (#85)
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