1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Benoit Daloze 2019-06-27 21:21:33 +02:00
parent 632a97227e
commit a2091c3023
10 changed files with 18 additions and 18 deletions

View file

@ -7,7 +7,7 @@ describe :random_bytes, shared: true do
@object.bytes(15).length.should == 15
end
it "returns an BINARY String" do
it "returns a binary String" do
@object.bytes(15).encoding.should == Encoding::BINARY
end