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

shoes / shoes4 / 1482 / 1
90%
master: %

Build:
Build:
LAST BUILD BRANCH: simple_calc_fix
DEFAULT BRANCH: master
Ran 25 May 2014 04:22PM UTC
Files 89
Run time 39s
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

25 May 2014 04:16PM UTC coverage: 93.242% (+0.05%) from 93.195%
jruby-19mode

push

travis-ci

wasnotrice
Convert mocks/stubs to RSpec 3.0.0.rc1 syntax with Transpec

Some specs didn't translate well. See
spec/swt_shoes/shared_examples/clickable.rb for the big one

This conversion is done by Transpec 2.1.0 with the following command:
    transpec "--rspec-command=rake spec" --keep=its

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

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

* 33 conversions
    from: obj.stub(:message => value)
      to: allow(obj).to receive_messages(:message => value)

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

* 4 conversions
    from: obj.should_not_receive(:message)
      to: expect(obj).not_to receive(:message)

* 3 conversions
    from: Klass.any_instance.stub(:message)
      to: allow_any_instance_of(Klass).to receive(:message)

* 2 conversions
    from: obj.unstub(:message)
      to: allow(obj).to receive(:message).and_call_original

* 1 conversion
    from: Klass.any_instance.stub(:message => value)
      to: allow_any_instance_of(Klass).to receive_messages(:message => value)

* 1 conversion
    from: Klass.any_instance.unstub(:message)
      to: allow_any_instance_of(Klass).to receive(:message).and_call_original

See also: https://github.com/yujinakayama/transpec#supported-conversions

1973 of 2116 relevant lines covered (93.24%)

280.59 hits per line

Source Files on job 1482.1 (jruby-19mode)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1482
  • Travis Job 1482.1
  • f5309466 on github
  • Prev Job for jruby-19mode on rspec3 (#1480.3)
  • Next Job for jruby-19mode on rspec3 (#1484.1)
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