Sha256: 6e8699640e0a8cc5e443c697cb311f75d70d1950eb6b6ee906f5657040ea3fa5
Contents?: true
Size: 388 Bytes
Versions: 34
Compression:
Stored size: 388 Bytes
Contents
require 'helper' module Bixby module Test class TestBixbyCommon < MiniTest::Unit::TestCase def test_autoloading assert_equal(JsonRequest, JsonRequest.new(nil, nil).class) assert_equal(BundleNotFound, BundleNotFound.new.class) assert_equal(CommandNotFound, CommandNotFound.new.class) assert_equal(CommandSpec, CommandSpec.new.class) end end end # Test end # Bixby
Version data entries
34 entries across 34 versions & 2 rubygems