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

rspec / rspec-mocks / 1190 / 9
97%
master: 63%

Build:
Build:
LAST BUILD BRANCH: use-method-handle-for-from-support
DEFAULT BRANCH: master
Ran 22 Oct 2013 10:24AM UTC
Files 38
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

22 Oct 2013 10:22AM UTC coverage: 97.112% (+56.3%) from 40.827%
2.0.0

push

travis-ci

JonRowe
Work around JRuby returning empty parameters on repeated calls.

This fixes a JRuby bug where by repeated calls to parameters on unbound
instance methods falsely return []

e.g. on JRuby 1.7.4
```Ruby
  String.instance_method(:replace).parameters
  # => [[:req]]
  String.instance_method(:replace).parameters
  # => []
```

And with this "fix"

```Ruby
  String.dup.instance_method(:replace).parameters
  # => [[:req]]
  String.dup.instance_method(:replace).parameters
  # => [[:req]]
```

1883 of 1939 relevant lines covered (97.11%)

123.39 hits per line

Source Files on job 1190.9 (2.0.0)
  • Tree
  • List 0
  • Changed 34
  • Source Changed 1
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1190
  • Travis Job 1190.9
  • d0da3209 on github
  • Prev Job for 2.0.0 on fix_jruby (#1188.9)
  • Next Job for 2.0.0 on fix_jruby (#1193.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

© 2026 Coveralls, Inc