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

mezuro / prezento / 783
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: locale_review
DEFAULT BRANCH: master
Ran 05 Jun 2014 02:46PM UTC
Jobs 1
Files 42
Run time 25s
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
783

push

travis-ci

rafamanzo
Convert specs to RSpec 2.99.0 syntax with Transpec

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

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

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

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

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

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

* 8 conversions
    from: describe 'some helper' { }
      to: describe 'some helper', :type => :helper { }

* 7 conversions
    from: be_false
      to: be_falsey

* 6 conversions
    from: be_true
      to: be_truthy

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

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

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

Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>

654 of 656 relevant lines covered (99.7%)

2.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 783.1 (2.1.2) 05 Jun 2014 02:46PM UTC 0
99.7
Travis Job 783.1
Source Files on build 783
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #783
  • d576da37 on github
  • Prev Build on dev (#777)
  • Next Build on dev (#793)
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