Sha256: f23ea1855554ac8c7811bcd6a793c0eee4c141ddde710a65a81eb223e0088f68

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

require "minitest/autorun"
require "storazzo"

class RicDiskTest < Minitest::Test

    def TODO_test_factory_works_for_gcs 
        #actual_list = Storazzo::RicDisk::GcsBucket.list_all($sample_config_obj)
        rd1 = Storazzo::RicDisk.new('Doesnt accept a string, should be a Gcs Something... Plus why is this test here and not under TestGcsBucket?!?')
        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.10 test/test_ric_disk.rb