Sha256: 654e8dcd7689c5ef656241eba57534ae1cf28771097c365e5c36f9e3900f1101

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facet/module/shadow_method.rb
#
# Extracted Wed Jan 25 11:25:39 EST 2006
# Unit Tools Reap Test Extractor
#

require 'facet/module/shadow_method.rb'


  require 'test/unit'

  class TCModule < Test::Unit::TestCase

    class X
      shadow_method( :inspect )
    end

    def test_shadow_method
      assert( X.new.respond_to?(:__inspect__) )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.0.3 packages/core/test/lib/facet/module/test_shadow_method.rb