Skip to content

Commit cbfaf51

Browse files
committed
Remove to-be-decided spec
* See https://bugs.ruby-lang.org/issues/18931
1 parent 813228b commit cbfaf51

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/string/rstrip_spec.rb

-5
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,4 @@
7878
s.valid_encoding?.should be_false
7979
-> { s.rstrip! }.should raise_error(ArgumentError)
8080
end
81-
82-
it "removes broken codepoints" do
83-
" abc \x80 ".rstrip!.should == " abc"
84-
" abc \x80".rstrip!.should == " abc"
85-
end
8681
end

0 commit comments

Comments
 (0)