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

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

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

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%)

98.73 hits per line

Jobs
ID Job ID Ran Files Coverage
2 95.2 (2.0.0) 21 Jun 2016 09:34PM UTC 0
98.36
Travis Job 95.2
3 95.3 (2.1.1) 21 Jun 2016 09:35PM UTC 0
98.36
Travis Job 95.3
Source Files on build 95
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #95
  • 07dfe214 on github
  • Prev Build on topic-update-dependencies (#93)
  • Next Build on topic-update-dependencies (#97)
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