| Class | MD5SumTest |
| In: |
lib/md5sum.rb
|
| Parent: | Test::Unit::TestCase |
# File lib/md5sum.rb, line 52 def setup @source = __FILE__.to_path.dirname.parent + 'test/fixtures/foo.txt' @ref = '9508b4f53cff19cf42c5a0f0fc127602' end