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

dkubb / memoizable / 148 / 9
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 09 Jul 2014 08:49AM UTC
Files 5
Run time 4s
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 Jul 2014 08:43AM UTC coverage: 100.0%. Remained the same
rbx-2

push

travis-ci

sferik
Only set the included flag when an equalizer instance is included.

This spec was failing on RSpec 2.99 and 3.0 due to the following:

- It redefines `Module#included` globally, meaning that a module
  include done by anything would execute our `define_method` block.
- RSpec uses autoload to lazily load matchers on first use.
- The implementation of the `change` matcher includes a module.
- Thus, when `change` was called (but before `matches?` is called
  on it), the change definition was loaded and it included a
  module, changing the `included` flag prematurely and causing
  it to fail.

See rspec/rspec-core#1617 for a longer discussion.

116 of 116 relevant lines covered (100.0%)

18.66 hits per line

Source Files on job 148.9 (rbx-2)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 148
  • Travis Job 148.9
  • b1cc5629 on github
  • Prev Job for rbx-2 on master (#146.9)
  • Next Job for rbx-2 on master (#149.9)
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

© 2025 Coveralls, Inc