Sha256: 23c0e53b3e7e5c7e1695319ef5cd665ac35870ec29a85fc722e627b15954d1cf
Contents?: true
Size: 358 Bytes
Versions: 11
Compression:
Stored size: 358 Bytes
Contents
require "test/unit" require "sender" class TestSender < Test::Unit::TestCase def test___sender__ assert_equal self, __sender__ end def test___caller__ assert_equal :run, __caller__ end def test_Kernel_backtrace # not sure how to test this end def test_Kernel_backtrace_includes # not sure how to test this end end
Version data entries
11 entries across 11 versions & 1 rubygems