Sha256: 5323e420e581c6a7e761d7215c9da1527ef19ff76e417f68a8ad5cbe26b39b50
Contents?: true
Size: 1.29 KB
Versions: 5
Compression:
Stored size: 1.29 KB
Contents
module ActiveSupport class TestCase < ::Minitest::Test # It is necessary to satisfy alias target. # TODO: Define this method to correct place. def name: () -> untyped def assert_raises: (*untyped) -> untyped def refute_empty: (*untyped) -> untyped def refute_equal: (*untyped) -> untyped def refute_in_delta: (*untyped) -> untyped def refute_in_epsilon: (*untyped) -> untyped def refute_includes: (*untyped) -> untyped def refute_instance_of: (*untyped) -> untyped def refute_kind_of: (*untyped) -> untyped def refute_match: (*untyped) -> untyped def refute_nil: (*untyped) -> untyped def refute_operator: (*untyped) -> untyped def refute_predicate: (*untyped) -> untyped def refute_respond_to: (*untyped) -> untyped def refute_same: (*untyped) -> untyped end end # Remove the fake type of LibXML # if the real types are available. module LibXML module XML module SaxParser module Callbacks end end end end # Remove the fake type of Nokogiri # if the real types are available. module Nokogiri module XML module SAX class Document end end end end # Remove the fake type of DRb # if the real types are available. module DRb module DRbUndumped end end module Rails class Railtie end end
Version data entries
5 entries across 5 versions & 1 rubygems