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

savonrb / wasabi / 120
98%

Build:
DEFAULT BRANCH: master
Ran 16 May 2014 08:12PM UTC
Jobs 3
Files 0
Run time –
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
120

push

travis-ci

Tim Jarratt
Convert specs to RSpec 2.14.7 syntax with Transpec

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

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

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

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

* 6 conversions
    from: it { should have(n).operations }
      to: it 'has n operations' do expect(subject.operations.size).to eq(n) end

* 2 conversions
    from: =~ [1, 2]
      to: match_array([1, 2])

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

* 1 conversion
    from: lambda { }.should
      to: expect { }.to

* 1 conversion
    from: obj.should_not
      to: expect(obj).not_to
Jobs
ID Job ID Ran Files Coverage
1 120.1 (1.9.2) 16 May 2014 08:15PM UTC 0
Travis Job 120.1
2 120.2 (1.9.3) 16 May 2014 08:12PM UTC 0
Travis Job 120.2
3 120.3 (2.0) 16 May 2014 08:13PM UTC 0
Travis Job 120.3
Source Files on build 120
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #120
  • 27629cd7 on github
  • Prev Build on master (#116)
  • Next Build on master (#122)
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