mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@94d98ff
This commit is contained in:
parent
632a97227e
commit
a2091c3023
10 changed files with 18 additions and 18 deletions
|
@ -30,7 +30,7 @@ describe "Integer#chr without argument" do
|
|||
end
|
||||
|
||||
describe "and self is between 128 and 255 (inclusive)" do
|
||||
it "returns an BINARY String" do
|
||||
it "returns a binary String" do
|
||||
(128..255).each do |c|
|
||||
c.chr.encoding.should == Encoding::BINARY
|
||||
end
|
||||
|
@ -81,7 +81,7 @@ describe "Integer#chr without argument" do
|
|||
end
|
||||
|
||||
describe "and self is between 128 and 255 (inclusive)" do
|
||||
it "returns an BINARY String" do
|
||||
it "returns a binary String" do
|
||||
(128..255).each do |c|
|
||||
Encoding.default_internal = Encoding::UTF_8
|
||||
c.chr.encoding.should == Encoding::BINARY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue