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

codeplant / simple-navigation / 59
100%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2014 01:28PM UTC
Jobs 3
Files 39
Run time 44s
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
59

push

travis-ci

Simon Courtois
Updating RSpec to v3

RSpec 3 has been released so it's time to update the specs to stay
up-to-date. The present commit changes the following things:

Replacements

* `obj.stub(:method)` with `allow(obj).to receive(:method)`
* `obj.stub(method: x)` with `allow(obj).to receive_messages(method: x)`
* `be_false` with `be false` or `be_falsey` depending on expectation
* `be_true` with `be true` or `be_truthy` depending on expectation

Dependencies

* json_spec is not a dependency anymore
* rspec is now '~> 3.0'
* error when loading `html/document` was fixed by requiring `action_view`

(Ref #152, Fix #164)

2295 of 2309 relevant lines covered (99.39%)

61.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 59.1 (1.9.3) 09 Jun 2014 01:28PM UTC 0
99.44
Travis Job 59.1
2 59.2 (2.0.0) 09 Jun 2014 01:28PM UTC 0
99.44
Travis Job 59.2
3 59.3 (2.1.1) 09 Jun 2014 01:28PM UTC 0
99.44
Travis Job 59.3
Source Files on build 59
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #59
  • da3e0286 on github
  • Prev Build on master (#58)
  • Next Build on master (#60)
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