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

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

Build:
Build:
LAST BUILD BRANCH: use-method-handle-for-from-support
DEFAULT BRANCH: master
Ran 22 Oct 2013 10:13PM UTC
Jobs 4
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

pending completion
1193

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

1991 of 2045 relevant lines covered (97.36%)

465.78 hits per line

Jobs
ID Job ID Ran Files Coverage
3 1193.3 (1.9.3) 22 Oct 2013 10:13PM UTC 0
97.11
Travis Job 1193.3
6 1193.6 (jruby-19mode) 22 Oct 2013 10:16PM UTC 0
97.08
Travis Job 1193.6
8 1193.8 (rbx-19mode) 22 Oct 2013 10:19PM UTC 0
99.08
Travis Job 1193.8
9 1193.9 (2.0.0) 22 Oct 2013 10:17PM UTC 0
97.11
Travis Job 1193.9
Source Files on build 1193
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1193
  • fdbc7225 on github
  • Prev Build on fix_jruby (#1190)
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