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

doudou / flexmock
92%
master: 97%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Repo Added 12 Sep 2015 11:16PM UTC
Files 33
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

LAST BUILD ON BRANCH v2.3.4
branch: v2.3.4
CHANGE BRANCH
x
Reset
  • v2.3.4
  • 2.1
  • fix_test_suite
  • master
  • origin/run_rspec_on_travis
  • prerelease
  • run_rspec_on_travis
  • update_ruby_version
  • v2.0.0
  • v2.0.1
  • v2.0.2
  • v2.0.3
  • v2.0.4
  • v2.0.5
  • v2.0.6
  • v2.1.0
  • v2.2.0
  • v2.2.1
  • v2.3.0
  • v2.3.1
  • v2.3.2
  • v2.3.3
  • v2.3.5
  • v2.3.6
  • workaround_20_singleton_of_class

pending completion
70

push

travis-ci

doudou
release 2.3.4

Relaxes rules on based partial mocks on ruby 2.0 (which means that in some
cases, the based mocks will not catch a non-existent method). This affects
singleton methods in class hierarchies, namely:

    class A
    end

    class B < A
    end
    flexmock(B).should_receive(:non_existent_method) # won't be caught

The change only applies to ruby 2.0.x. Ruby 2.1+ are not affected.

1255 of 1362 relevant lines covered (92.14%)

637.73 hits per line

Relevant lines Covered
Build:
Build:
1362 RELEVANT LINES 1255 COVERED LINES
637.73 HITS PER LINE
Source Files on v2.3.4
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
70 v2.3.4 release 2.3.4 Relaxes rules on based partial mocks on ruby 2.0 (which means that in some cases, the based mocks will not catch a non-existent method). This affects singleton methods in class hierarchies, namely: class A end class B ... push 11 Nov 2016 06:47PM UTC doudou travis-ci pending completion  
See All Builds (91)
  • Repo 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

© 2025 Coveralls, Inc