File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ruby/spec is known to be tested in these implementations for every commit:
2626
2727* [ MRI] ( https://rubyci.org/ ) on 30 platforms and 4 versions
2828* [ JRuby] ( https://github.com/jruby/jruby/tree/master/spec/ruby ) for both 1.7 and 9.x
29- * [ TruffleRuby] ( https://github.com/oracle /truffleruby/tree/master/spec/ruby )
29+ * [ TruffleRuby] ( https://github.com/truffleruby /truffleruby/tree/master/spec/ruby )
3030* [ Opal] ( https://github.com/opal/opal/tree/master/spec )
3131* [ Artichoke] ( https://github.com/artichoke/spec/tree/artichoke-vendor )
3232
Original file line number Diff line number Diff line change 4949 -> { ArraySpecs . frozen_array . send ( @method ) } . should raise_error ( FrozenError )
5050 end
5151
52- # https://github.com/oracle /truffleruby/issues/2772
52+ # https://github.com/truffleruby /truffleruby/issues/2772
5353 it "doesn't rely on Array#[]= so it can be overridden" do
5454 subclass = Class . new ( Array ) do
5555 def []=( *)
You can’t perform that action at this time.
0 commit comments