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

Version Path
bixby-common-0.7.1 test/bixby_common_test.rb
bixby-common-0.7.0 test/bixby_common_test.rb
bixby-common-0.6.6 test/bixby_common_test.rb
bixby-common-0.6.5 test/bixby_common_test.rb
bixby-common-0.6.4 test/bixby_common_test.rb
bixby-common-0.6.3 test/bixby_common_test.rb
bixby-common-0.6.2 test/bixby_common_test.rb
bixby-common-0.6.1 test/bixby_common_test.rb
bixby-common-0.6.0 test/bixby_common_test.rb
bixby-common-0.5.0 test/bixby_common_test.rb
bixby-common-0.4.13 test/bixby_common_test.rb
bixby-common-0.4.12 test/bixby_common_test.rb
bixby-common-0.4.11 test/bixby_common_test.rb
bixby-common-0.4.10 test/bixby_common_test.rb
bixby-common-0.4.9 test/bixby_common_test.rb
bixby-common-0.4.8 test/bixby_common_test.rb
bixby-common-0.4.7 test/bixby_common_test.rb
bixby-common-0.4.6 test/bixby_common_test.rb
bixby-common-0.4.5 test/bixby_common_test.rb
bixby-common-0.4.4 test/bixby_common_test.rb