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

shoes / shoes4 / 1469 / 5

Build:
DEFAULT BRANCH: master
Ran 24 May 2014 01:35PM UTC
Files 89
Run time 38s
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

24 May 2014 01:22PM UTC coverage: 92.942%. Remained the same
jruby-head

push

travis-ci

wasnotrice
Convert specs to RSpec 2.99.0.rc1 syntax with Transpec

Note that this commit keeps 3 "old syntaxes":

- its: The conversion that Transpec does is ugly
- stub: Converted specs failed after running this conversion. Needs
  investigation
- should_receive: Converted specs failed after running this conversion. Needs
  investigation

. .. . ... .

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

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

* 77 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

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

* 34 conversions
    from: it { should_not ... }
      to: it { is_expected.not_to ... }

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

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

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

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

1949 of 2097 relevant lines covered (92.94%)

107.54 hits per line

Source Files on job 1469.5 (jruby-head)
  • Tree
  • List 0
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1469
  • Travis Job 1469.5
  • 49aac18f on github
  • Prev Job for jruby-head on master (#1463.4)
  • Next Job for jruby-head on master (#1472.5)
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