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

rspec / rspec-core / 1758 / 3
82%
master: 81%

Build:
Build:
LAST BUILD BRANCH: fix_let_warnings
DEFAULT BRANCH: master
Ran 09 Sep 2013 06:22AM UTC
Files 11
Run time –
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 Sep 2013 06:22AM UTC coverage: 96.137%. Remained the same
1.9.3

push

travis-ci

myronmarston
Remove inconsistent #order and #randomize? config methods.

* Examples and groups can be ordered differently.
* Individual groups can be ordered differently.

As such, a global `order` reader method doesn't
make a lot of sense (although, assigning the global
default via `#order=` still does, I think).

Also:

* This exposed that the ordering force logic
  (e.g. to ensure CLI `--order rand` takes
  precedence over `RSpec.configure`) didn't
  work properly since it simply ensured `order`
  returned the forced option but did not ensure
  the global ordering was set properly.  I've
  fixed this.
* Don't clear the seed when setting the order to
  default. An individual example group may still
  be run in random order and will need the seed.
  There's really no reason to clear it.
* Always print the seed at the end of the run,
  even if default order is used. Consider that
  only one group may be randomized, in which case
  the seed would be important. Ideally, I'd like
  to refine this further so that it is conditionally
  printed based on if the random orderer ever got
  used, but that can be a later commit.

448 of 466 relevant lines covered (96.14%)

21.46 hits per line

Source Files on job 1758.3 (1.9.3)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1758
  • Travis Job 1758.3
  • 560a5ea4 on github
  • Prev Job for 1.9.3 on overriding-ordering-in-example-groups (#1757.3)
  • Next Job for 1.9.3 on overriding-ordering-in-example-groups (#1760.3)
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