summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/digest/sha256/update_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/digest/sha256/update_spec.rb')
-rw-r--r--spec/rubyspec/library/digest/sha256/update_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/rubyspec/library/digest/sha256/update_spec.rb b/spec/rubyspec/library/digest/sha256/update_spec.rb
deleted file mode 100644
index 3e3eaf57a3..0000000000
--- a/spec/rubyspec/library/digest/sha256/update_spec.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
-require File.expand_path('../shared/constants', __FILE__)
-require File.expand_path('../shared/update', __FILE__)
-
-describe "Digest::SHA256#update" do
- it_behaves_like :sha256_update, :update
-end