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

whichdigital / active-rest-client / 134 / 2
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 18 Feb 2015 11:36AM UTC
Files 18
Run time 4s
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

18 Feb 2015 11:34AM UTC coverage: 99.516%. Remained the same
2.0.0

push

travis-ci

andyjeffries
Convert specs to RSpec 2.99.2 syntax with Transpec

This conversion is done by Transpec 3.0.7 with the following command:
    transpec -f

* 77 conversions
    from: Klass.any_instance.should_receive(:message)
      to: expect_any_instance_of(Klass).to receive(:message)

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

* 19 conversions
    from: be_true
      to: be_truthy

* 12 conversions
    from: be_false
      to: be_falsey

* 8 conversions
    from: obj.stub(:message)
      to: allow(obj).to receive(:message)

* 5 conversions
    from: Klass.any_instance.should_not_receive(:message)
      to: expect_any_instance_of(Klass).not_to receive(:message)

* 2 conversions
    from: obj.should
      to: expect(obj).to

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

* 1 conversion
    from: Klass.any_instance.stub(:message)
      to: allow_any_instance_of(Klass).to receive(:message)

* 1 conversion
    from: allow_any_instance_of(Klass).to receive(:message) { |arg| }
      to: allow_any_instance_of(Klass).to receive(:message) { |instance, arg| }

* 1 conversion
    from: expect { }.not_to raise_error(SpecificErrorClass)
      to: expect { }.not_to raise_error

* 1 addition
      of: RSpec.configure { |c| c.mock_with :rspec { |m| m.yield_receiver_to_any_instance_implementation_blocks = true } }

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

1028 of 1033 relevant lines covered (99.52%)

40.33 hits per line

Source Files on job 134.2 (2.0.0)
  • Tree
  • List 0
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 134
  • Travis Job 134.2
  • 0e1dd302 on github
  • Prev Job for 2.0.0 on master (#133.2)
  • Next Job for 2.0.0 on master (#135.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