Sha256: b5797abba8fc003d3239af19440af21aeb1091df7f98c508a396aa85e438780d
Contents?: true
Size: 542 Bytes
Versions: 1
Compression:
Stored size: 542 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/module/namespace.rb # # Extracted Tue Jun 06 09:30:19 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/module/namespace.rb' require 'test/unit' class TCModule < Test::Unit::TestCase class MockObject namespace(:hope) { def watch ; 'watch' ; end } end def test_namespace m = MockObject.new assert_equal( 'watch', m.hope.watch ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.4.1 | test/lib/facets/core/module/test_namespace.rb |