Sha256: abf79133018186c2b5f9ddb273fb22a28d72b04c36140a311a67f229c9eabc4b
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/kernel/methodname.rb # # Extracted Tue Jun 06 09:30:19 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/kernel/methodname.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.4.1 | test/lib/facets/core/kernel/test_methodname.rb |