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

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