aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/digest/md5/length_spec.rb
blob: cc63102306802d505ab47ec27297b73d0e3509f5 (plain)
1
2
3
4
5
6
7
8
require_relative '../../../spec_helper'
require_relative 'shared/constants'
require_relative 'shared/length'

describe "Digest::MD5#length" do
  it_behaves_like :md5_length, :length
end