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

treasure-data / td-client-ruby / 465 / 2
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 27 May 2016 10:18AM UTC
Files 21
Run time 1s
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

27 May 2016 10:17AM UTC coverage: 77.61%. Remained the same
1.9.3

push

travis-ci

nurse
Use RSpec 3 (#82)

* Convert specs to RSpec 2.99.2 syntax with Transpec

This conversion is done by Transpec 3.2.2 with the following command:
    transpec

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

* 136 conversions
    from: == expected
      to: eq(expected)

* 12 conversions
    from: lambda { }.should
      to: expect { }.to

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

* 2 conversions
    from: =~ /pattern/
      to: match(/pattern/)

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

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

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

* Use RSpec 3

1286 of 1657 relevant lines covered (77.61%)

17.86 hits per line

Source Files on job 465.2 (1.9.3)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 465
  • Travis Job 465.2
  • 72f09111 on github
  • Prev Job for 1.9.3 on master (#448.2)
  • Next Job for 1.9.3 on master (#466.1)
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