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

rspec / rspec-core / 2062 / 8
82%
master: 81%

Build:
Build:
LAST BUILD BRANCH: fix_let_warnings
DEFAULT BRANCH: master
Ran 07 Nov 2013 04:44AM UTC
Files 39
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

07 Nov 2013 04:37AM UTC coverage: 81.959%. First build
rbx-19mode

push

travis-ci

myronmarston
Prevent spec from issuing confusing output.

On ruby 2.0.0, `rspec --seed 1325` would issue confusing
output where the end-of-run summary is printed twice.
See the following example output below.

This spec was the culprit. It's not actually concerned
with running the command line so we might as well stub it out.

Run options:
  include {:focus=>true}
  exclude {:ruby=>#<Proc:./spec/spec_helper.rb:152>}

All examples were filtered out; ignoring {:focus=>true}
.....No examples found.


Finished in 0.00006 seconds
0 examples, 0 failures

Deprecation Warnings:

Using `stub` from the old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead. Called from /Users/myron/code/rspec-dev/repos/rspec-core/spec/rspec/core/runner_spec.rb:57:in `block (3 levels) in <module:Core>'.


1 deprecation warning total

Randomized with seed 5055

...................................................................................................................................*........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ (continued)

2008 of 2450 relevant lines covered (81.96%)

483.06 hits per line

Source Files on job 2062.8 (rbx-19mode)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2062
  • Travis Job 2062.8
  • 0215694c on github
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