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

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

Build:
Build:
LAST BUILD BRANCH: fix_let_warnings
DEFAULT BRANCH: master
Ran 16 Nov 2013 04:55PM UTC
Files 40
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

16 Nov 2013 04:50PM UTC coverage: 81.771%. First build
rbx-19mode

push

travis-ci

myronmarston
Include RSpec::Mocks::ExampleMethods in the adapter.

Before now, that module has been included in the
singleton class of each example's evaluation
context (e.g. an example group instance) via
`RSpec::Mocks.setup`.  That approach has some issues,
though:

* It blows away MRI's method cache unnecessarily.
  Far better to include the module only once.
* It prevents users from overriding RSpec::Mocks::ArgumentMatchers
  methods with a `let` declaration (see https://github.com/rspec/rspec-mocks/issues/102).

We still need to remove it from rspec-mocks' `setup`
method but this is a step towards that.

2032 of 2485 relevant lines covered (81.77%)

483.64 hits per line

Source Files on job 2126.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 2126
  • Travis Job 2126.8
  • 7846f6de on github
  • Next Job for rbx-19mode on fix-mock-adapters (#2128.8)
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