summaryrefslogtreecommitdiff
path: root/spec/ruby/library/digest/sha384/length_spec.rb
blob: 63a57ce9ca2014bb5b430ebf39f295946fe179f9 (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#length" do
  it_behaves_like :sha384_length, :length
end