Sha256: f5e5cb5691689bcd80c12642556a894f2d1cfe8f29b6bcc632456239518efdb1
Contents?: true
Size: 518 Bytes
Versions: 1
Compression:
Stored size: 518 Bytes
Contents
# frozen_string_literal: true require 'minitest/autorun' require 'storazzo' class RicDiskTest < Minitest::Test def test_factory_works_for_gcs # actual_list = Storazzo::Media::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.6.1 | test/test_ric_disk.rb |