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

rspec / rspec-mocks / 1193 / 8
97%
master: 63%

Build:
Build:
LAST BUILD BRANCH: use-method-handle-for-from-support
DEFAULT BRANCH: master
Ran 22 Oct 2013 10:19PM UTC
Files 34
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:13PM UTC coverage: 99.082%. Remained the same
rbx-19mode

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]]
```

1942 of 1960 relevant lines covered (99.08%)

116.22 hits per line

Source Files on job 1193.8 (rbx-19mode)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1193
  • Travis Job 1193.8
  • fdbc7225 on github
  • Prev Job for rbx-19mode on fix_jruby (#1190.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