mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
259 B
Ruby
9 lines
259 B
Ruby
|
require File.expand_path('../../../../spec_helper', __FILE__)
|
||
|
require File.expand_path('../shared/constants', __FILE__)
|
||
|
require File.expand_path('../shared/length', __FILE__)
|
||
|
|
||
|
describe "Digest::SHA256#length" do
|
||
|
it_behaves_like :sha256_length, :length
|
||
|
end
|
||
|
|