Sha256: c87062219c49f9a9ed6dccca11ee3c7a2ce0d202a79a12de17e5c04c156ccc4c
Contents?: true
Size: 485 Bytes
Versions: 1
Compression:
Stored size: 485 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/nano/module/remove.rb # # Extracted Fri Oct 28 14:20:18 EDT 2005 # Unit Tools Reap Test Extractor # require 'nano/module/remove.rb' require 'test/unit' class TCModule < Test::Unit::TestCase def the_removed_method ; 'not here' ; end remove :the_removed_method def test_remove assert( ! respond_to?( :the_removed_method ) ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-0.9.0 | test/lib/nano/module/test_remove.rb |