Sha256: dad33e0c1c8778e31faccca9f8fc3980cc696119b29d5152afd3c18ef139849a
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
$:.unshift File.expand_path('../..', __FILE__) require 'test/common' require 'ipfs-api' include IPFS class CommandNameTest < Minitest::Test def test_name_resolve ipfs = Connection.new resolved = ipfs.name.resolve assert resolved.start_with?('/ipfs/Qm') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ipfs-api-0.1.0 | test/test_cmd_name.rb |