Skip to content

Commit

Permalink
Remove to-be-decided spec
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jul 27, 2022
1 parent 813228b commit cbfaf51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/string/rstrip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,4 @@
s.valid_encoding?.should be_false
-> { s.rstrip! }.should raise_error(ArgumentError)
end

it "removes broken codepoints" do
" abc \x80 ".rstrip!.should == " abc"
" abc \x80".rstrip!.should == " abc"
end
end

0 comments on commit cbfaf51

Please sign in to comment.