summaryrefslogtreecommitdiff
path: root/spec/ruby/library
diff options
context:
space:
mode:
authorohbarye <over.rye@gmail.com>2019-08-10 01:56:40 +0900
committerAaron Patterson <tenderlove@ruby-lang.org>2019-08-09 16:23:49 -0700
commitb1678338e545589540b1dd85dee6a18fd98aa8ed (patch)
tree5c91ea4138c144f5da869c18dca7e7f196999b2a /spec/ruby/library
parent162cf2879af592f8aa458311486749bed9a6bf55 (diff)
Fix typo: duplicated the [skip-ci]
Diffstat (limited to 'spec/ruby/library')
-rw-r--r--spec/ruby/library/digest/bubblebabble_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/digest/bubblebabble_spec.rb b/spec/ruby/library/digest/bubblebabble_spec.rb
index 7097553466..e651671108 100644
--- a/spec/ruby/library/digest/bubblebabble_spec.rb
+++ b/spec/ruby/library/digest/bubblebabble_spec.rb
@@ -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'