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

petems / vagrant-adam / 27
85%
master: 86%

Build:
Build:
LAST BUILD BRANCH: v0.5.0a
DEFAULT BRANCH: master
Ran 03 Sep 2014 11:47PM UTC
Jobs 3
Files 6
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
27

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

* 3 conversions
    from: its(:attr) { }
      to: describe '#attr' do subject { super().attr }; it { } end

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

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

* 1 conversion
    from: obj.stub(:message)
      to: allow(obj).to receive(:message)

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

174 of 204 relevant lines covered (85.29%)

5.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27.1 (1.9.3) 03 Sep 2014 11:48PM UTC 0
85.15
Travis Job 27.1
2 27.2 (2.0.0) 03 Sep 2014 11:47PM UTC 0
85.15
Travis Job 27.2
3 27.3 (2.1.0) 03 Sep 2014 11:47PM UTC 0
85.15
Travis Job 27.3
Source Files on build 27
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #27
  • d14bc703 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