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:
parent
162cf2879a
commit
b1678338e5
5 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue