summaryrefslogtreecommitdiff
path: root/spec/ruby/library/digest/md5/length_spec.rb
blob: 13eaf2e8d51e5b54ffbe43cce87d86f9e7e40755 (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::MD5#length" do
  it_behaves_like :md5_length, :length
end