aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/digest/sha384/size_spec.rb
blob: 9aea3ef592fb0722f5fff2efe9c32fd3214e1e5b (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../shared/constants', __FILE__)
require File.expand_path('../shared/length', __FILE__)

describe "Digest::SHA384#size" do
  it_behaves_like :sha384_length, :size
end