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

thomas-mcdonald / qa / 259
90%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2014 05:13PM UTC
Jobs 1
Files 36
Run time 16s
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
259

push

travis-ci

thomas-mcdonald
Convert specs to RSpec 2.99.0 syntax with Transpec

This conversion is done by Transpec 2.2.1 with the following command:
    transpec -f

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

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

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

* 21 conversions
    from: -> { }.should
      to: expect { }.to

* 10 conversions
    from: describe 'some model' { }
      to: describe 'some model', :type => :model { }

* 5 conversions
    from: describe 'some controller' { }
      to: describe 'some controller', :type => :controller { }

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

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

* 2 conversions
    from: describe 'some request' { }
      to: describe 'some request', :type => :request { }

* 2 conversions
    from: describe 'some routing' { }
      to: describe 'some routing', :type => :routing { }

* 1 conversion
    from: =~ /pattern/
      to: match(/pattern/)

* 1 conversion
    from: describe 'some helper' { }
      to: describe 'some helper', :type => :helper { }

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

510 of 566 relevant lines covered (90.11%)

4.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 259.1 (2.0.0) 07 Jun 2014 05:13PM UTC 0
90.11
Travis Job 259.1
Source Files on build 259
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #259
  • beb478c0 on github
  • Prev Build on master (#258)
  • Next Build on master (#262)
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

© 2025 Coveralls, Inc