summaryrefslogtreecommitdiff
path: root/spec/ruby/library/digest/sha384/shared/update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/digest/sha384/shared/update.rb')
-rw-r--r--spec/ruby/library/digest/sha384/shared/update.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/ruby/library/digest/sha384/shared/update.rb b/spec/ruby/library/digest/sha384/shared/update.rb
deleted file mode 100644
index 1c6e31cf6a..0000000000
--- a/spec/ruby/library/digest/sha384/shared/update.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-describe :sha384_update, shared: true do
- it "can update" do
- cur_digest = Digest::SHA384.new
- cur_digest.send @method, SHA384Constants::Contents
- cur_digest.digest.should == SHA384Constants::Digest
- end
-end