Skip to content

Commit

Permalink
testing fixed spec again in CI; will force-push over this soon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillian Zhang committed Nov 25, 2020
1 parent 0fbe87c commit 920f5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/ruby/core/array/shared/slice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@ def to.to_int() -2 end
it "can accept nil...nil ranges" do
a = [0, 1, 2, 3, 4, 5]
a.send(@method, eval("(nil...nil)")).should == a
a.send(@method, eval("(...nil)"))).should == a
a.send(@method, eval("(nil..)"))).should == a
a.send(@method, eval("(...nil)")).should == a
a.send(@method, eval("(nil..)")).should == a
end
end
end

0 comments on commit 920f5ab

Please sign in to comment.