Sha256: 2bcb251da0bf2f5b571da3550555ee9ce38bb98e91904a61d43c5188d05f56db
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/nano/kernel/method_name.rb # # Extracted Fri Oct 28 14:20:18 EDT 2005 # Unit Tools Reap Test Extractor # require 'nano/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-0.9.0 | test/lib/nano/kernel/test_method_name.rb |