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

pearkes / tugboat / 303
95%
master: 98%

Build:
Build:
LAST BUILD BRANCH: v2.2.3
DEFAULT BRANCH: master
Ran 03 Sep 2014 11:48PM UTC
Jobs 4
Files 71
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
303

push

travis-ci

petems
Convert specs to RSpec 2.14.8 syntax with Transpec

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

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

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

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

* 1 conversion
    from: == expected
      to: eq(expected)

* 1 conversion
    from: RSpec.configure { |c| c.color_enabled = something }
      to: RSpec.configure { |c| c.color = something }

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

1922 of 2022 relevant lines covered (95.05%)

25.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 303.1 (1.9.2) 03 Sep 2014 11:48PM UTC 0
94.75
Travis Job 303.1
2 303.2 (1.9.3) 03 Sep 2014 11:48PM UTC 0
94.75
Travis Job 303.2
3 303.3 (2.0.0) 03 Sep 2014 11:48PM UTC 0
94.75
Travis Job 303.3
4 303.4 (2.1.0) 03 Sep 2014 11:49PM UTC 0
94.75
Travis Job 303.4
Source Files on build 303
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #303
  • 3a2fcce6 on github
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