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

codeplant / simple-navigation / 59 / 1
100%
master: 100%

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

09 Jun 2014 01:24PM UTC coverage: 99.436%. Remained the same
1.9.3

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)

2292 of 2305 relevant lines covered (99.44%)

20.63 hits per line

Source Files on job 59.1 (1.9.3)
  • Tree
  • List 0
  • Changed 16
  • Source Changed 16
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 59
  • Travis Job 59.1
  • da3e0286 on github
  • Prev Job for 1.9.3 on master (#58.1)
  • Next Job for 1.9.3 on master (#60.1)
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