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

adhearsion / punchblock / 972
98%

Build:
DEFAULT BRANCH: develop
Ran 11 Aug 2014 04:28PM UTC
Jobs 4
Files 135
Run time 3min
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
972

push

travis-ci

Ben Langfeld
Convert specs to RSpec 2.14.8 syntax with Transpec

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

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

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

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

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

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

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

* 34 conversions
    from: obj.should_not
      to: expect(obj).not_to

* 7 conversions
    from: obj.should_receive(:message).and_return { value }
      to: obj.should_receive(:message) { value }

* 4 conversions
    from: lambda { }.should_not
      to: expect { }.not_to

* 2 conversions
    from: Klass.any_instance.should_receive(:message)
      to: expect_any_instance_of(Klass).to receive(:message)

* 1 conversion
    from: collection.should have(n).items
      to: expect(collection.size).to eq(n)

* 1 conversion
    from: expect { }.not_to raise_error(SpecificErrorClass)
      to: expect { }.not_to raise_error

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

11693 of 11803 relevant lines covered (99.07%)

304.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 972.1 (1.9.3) 11 Aug 2014 04:30PM UTC 0
99.07
Travis Job 972.1
2 972.2 (2.0.0) 11 Aug 2014 04:29PM UTC 0
99.06
Travis Job 972.2
3 972.3 (2.1.0) 11 Aug 2014 04:28PM UTC 0
99.06
Travis Job 972.3
4 972.4 (jruby) 11 Aug 2014 04:30PM UTC 0
97.75
Travis Job 972.4
Source Files on build 972
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #972
  • e08d6c45 on github
  • Prev Build on develop (#971)
  • Next Build on develop (#974)
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