summaryrefslogtreecommitdiff
path: root/spec/ruby/library/digest/sha256/size_spec.rb
blob: 77db876956174e6ab214c60a83b238ddf434c861 (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::SHA256#size" do
  it_behaves_like :sha256_length, :size
end