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

shoes / shoes4 / 1469

Build:
DEFAULT BRANCH: master
Ran 24 May 2014 01:34PM UTC
Jobs 5
Files 148
Run time 4min
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
1469

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

3817 of 4100 relevant lines covered (93.1%)

1059.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1469.1 (jruby-19mode) 24 May 2014 01:36PM UTC 0
92.75
Travis Job 1469.1
2 1469.2 (jruby-19mode) 24 May 2014 01:36PM UTC 0
92.75
Travis Job 1469.2
3 1469.3 (jruby-19mode) 24 May 2014 01:35PM UTC 0
92.75
Travis Job 1469.3
4 1469.4 (jruby-head) 24 May 2014 01:38PM UTC 0
92.94
Travis Job 1469.4
5 1469.5 (jruby-head) 24 May 2014 01:35PM UTC 0
92.94
Travis Job 1469.5
Source Files on build 1469
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1469
  • 49aac18f on github
  • Prev Build on master (#1463)
  • Next Build on master (#1472)
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