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

nofxx / georuby / 33 / 10
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2014 11:24AM UTC
Files 19
Run time 9s
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

20 Sep 2014 10:57AM UTC coverage: 99.925%. First build
jruby, CI='true'

push

travis-ci

nofxx
Convert specs to RSpec 3.1.4 syntax with Transpec

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

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

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

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

* 8 conversions
    from: obj.should have(n).points
      to: expect(obj.points.size).to eq(n)

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

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

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

* 4 conversions
    from: be_false
      to: be_falsey

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

* 3 conversions
    from: be_true
      to: be_truthy

* 3 conversions
    from: collection.should have(n).items
      to: expect(collection.size).to eq(n)

* 3 conversions
    from: obj.should have(n).fields
      to: expect(obj.fields.size).to eq(n)

* 1 conversion
    from: obj.should have(n).as_polar
      to: expect(obj.as_polar.size).to eq(n)

* 1 conversion
    from: obj.should have(n).bounding_box
      to: expect(obj.bounding_box.size).to eq(n)

* 1 conversion
    from: obj.should have(n).geometries
      to: expect(obj.geometries.size).to eq(n)

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

1329 of 1330 relevant lines covered (99.92%)

1.33 hits per line

Source Files on job 33.10 (jruby, CI='true')
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 33
  • Travis Job 33.10
  • 2aa7b90e on github
  • Next Job for jruby, CI='true' on master (#34.9)
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