diff options
Diffstat (limited to 'spec/rubyspec/library/digest/sha512/update_spec.rb')
-rw-r--r-- | spec/rubyspec/library/digest/sha512/update_spec.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/rubyspec/library/digest/sha512/update_spec.rb b/spec/rubyspec/library/digest/sha512/update_spec.rb new file mode 100644 index 0000000000..3b82f51853 --- /dev/null +++ b/spec/rubyspec/library/digest/sha512/update_spec.rb @@ -0,0 +1,7 @@ +require File.expand_path('../../../../spec_helper', __FILE__) +require File.expand_path('../shared/constants', __FILE__) +require File.expand_path('../shared/update', __FILE__) + +describe "Digest::SHA512#update" do + it_behaves_like :sha512_update, :update +end |