Sha256: 4ee907b21c4c2a477796a8c86652f1a56fa1bc80ee08e78a2d7b24770441e832
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
require "minitest/autorun" require "storazzo" class RicDiskTest < Minitest::Test def test_factory_works_for_gcs rd1 = RicDisk.new('/tmp') hash = rd1.to_verbose_s() pp hash assert_equal( hash.class, Hash, "rd1.to_verbose_s should return a Hash" ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
storazzo-0.4.5 | test/test_ric_disk.rb |