1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typo: duplicated the [skip-ci]

This commit is contained in:
ohbarye 2019-08-10 01:56:40 +09:00 committed by Aaron Patterson
parent 162cf2879a
commit b1678338e5
No known key found for this signature in database
GPG key ID: 953170BCB4FFAFC6
5 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ describe "Digest.bubblebabble" do
Digest.bubblebabble('').should be_an_instance_of(String)
end
it "returns a String in the The Bubble Babble Binary Data Encoding format" do
it "returns a String in the Bubble Babble Binary Data Encoding format" do
Digest.bubblebabble('').should == 'xexax'
Digest.bubblebabble('foo').should == 'xinik-zorox'
Digest.bubblebabble('bar').should == 'ximik-cosex'