Sha256: efe58a46a3cf594d95f531e2e1492cba4f22b2cd430b32a0f0c24f08f6daad38
Contents?: true
Size: 658 Bytes
Versions: 1
Compression:
Stored size: 658 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/kernel/method_name.rb # # Extracted Wed Jan 25 11:25:39 EST 2006 # Unit Tools Reap Test Extractor # require 'facet/kernel/method_name.rb' require 'test/unit' class TCKernel < Test::Unit::TestCase def test_method_name # For some reason this was returning a string # even when aliased to #called. Why? # Well, I couldn't seem to fix it, so I just # accepted it as fact and made +method_name+ # purposefully work that way. assert_equal( "test_method_name", method_name ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.0.3 | packages/core/test/lib/facet/kernel/test_method_name.rb |