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

whichdigital / active-rest-client / 134
99%

Build:
DEFAULT BRANCH: master
Ran 18 Feb 2015 11:36AM UTC
Jobs 3
Files 18
Run time 1min
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
134

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

1029 of 1034 relevant lines covered (99.52%)

120.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 134.1 (2.1.0) 18 Feb 2015 11:37AM UTC 0
99.52
Travis Job 134.1
2 134.2 (2.0.0) 18 Feb 2015 11:36AM UTC 0
99.52
Travis Job 134.2
3 134.3 (1.9.3) 18 Feb 2015 11:36AM UTC 0
99.52
Travis Job 134.3
Source Files on build 134
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #134
  • 0e1dd302 on github
  • Prev Build on master (#133)
  • Next Build on master (#135)
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