1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/digest/test_digest_hmac.rb
knu 541ecc66d8 * test/digest/test_digest_hmac.rb: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-10-25 08:16:48 +00:00

3 lines
132 B
Ruby

require 'pathname'
require Pathname.new(__FILE__).dirname.join('../inlinetest.rb')
InlineTest.loadtest__END__part('digest/hmac.rb')