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

shoes / shoes4 / 1482
90%
master: %

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

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%)

1409.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1482.1 (jruby-19mode) 25 May 2014 04:22PM UTC 0
93.24
Travis Job 1482.1
2 1482.2 (jruby-19mode) 25 May 2014 04:23PM UTC 0
93.24
Travis Job 1482.2
3 1482.3 (jruby-19mode) 25 May 2014 04:22PM UTC 0
93.24
Travis Job 1482.3
4 1482.4 (jruby-head) 25 May 2014 04:24PM UTC 0
93.05
Travis Job 1482.4
5 1482.5 (jruby-head) 25 May 2014 04:27PM UTC 0
93.05
Travis Job 1482.5
Source Files on build 1482
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1482
  • f5309466 on github
  • Prev Build on rspec3 (#1480)
  • Next Build on rspec3 (#1484)
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