Sha256: a933eac154a92c62c3f3318e6e9f498e2be3638f130b739d83b23fa74e4bd571

Contents?: true

Size: 495 Bytes

Versions: 1

Compression:

Stored size: 495 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/module/remove.rb
#
# Extracted Fri Feb 16 02:00:36 EST 2007
# Project.rb Test Extraction
#

require 'facets/core/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-1.8.49 test/lib/facets/core/module/test_remove.rb