Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit dc3efde

Browse files
committed
jruby-9.2.13.0 is fully passing for all of them
This is just trying to prove it
1 parent c560c96 commit dc3efde

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

.travis.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,39 +15,9 @@ before_install:
1515
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1616
script: "script/run_build"
1717
rvm:
18-
- 1.8.7
19-
- 1.9.2
20-
- 1.9.3
21-
- 2.0.0
22-
- 2.1
23-
- 2.2.10
24-
- 2.3.8
25-
- 2.4.10
26-
- 2.5.8
27-
- 2.6.6
28-
- 2.7.1
29-
- ruby-3.0.0-preview1
30-
- ruby-head
31-
- ree
32-
- rbx-3
33-
- jruby-9.1.7.0 # pin JRuby to this until travis/rvm can install later versions
34-
- jruby-head
35-
- jruby-1.7
18+
- jruby-9.2.13.0
3619
env:
3720
- JRUBY_OPTS='--dev'
38-
matrix:
39-
include:
40-
- rvm: jruby-1.7
41-
env: JRUBY_OPTS='--dev --1.8'
42-
- rvm: 2.7.1
43-
env: DIFF_LCS_VERSION="~> 1.3.0"
44-
- rvm: 2.7.1
45-
env: DIFF_LCS_VERSION="1.4.3"
46-
allow_failures:
47-
- rvm: jruby-head
48-
- rvm: ruby-head
49-
- rvm: rbx-3
50-
fast_finish: true
5121
branches:
5222
only:
5323
- main

spec/rspec/mocks/partial_double_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,6 @@ class << self
604604

605605
context "on a class with a private `new`" do
606606
it 'uses the method signature from `#initialize` for arg verification' do
607-
pending "Failing on JRuby due to https://github.com/jruby/jruby/issues/2565" if RSpec::Support::Ruby.jruby?
608-
609607
subclass = Class.new(klass) do
610608
private_class_method :new
611609
end

spec/rspec/mocks/verifying_doubles/class_double_with_class_loaded_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ class << self
165165

166166
context "on a class with a private `new`" do
167167
it 'uses the method signature from `#initialize` for arg verification' do
168-
pending "Failing on JRuby due to https://github.com/jruby/jruby/issues/2565" if RSpec::Support::Ruby.jruby?
169-
170168
klass = Class.new(LoadedClass) do
171169
private_class_method :new
172170
end

0 commit comments

Comments
 (0)