Sha256: 314a49cde6099b50698818f6a4d7688bd0029f6a3d2a4ee4e62e93f8bf2976dc

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/binding/called.rb
#
# Extracted Wed Aug 23 18:22:53 EDT 2006
# Unit Tools Reap Test Extractor
#

require 'facets/core/binding/called.rb'


  require 'test/unit'

  class TCBinding < Test::Unit::TestCase

    def setup
      @bind = binding
    end

    def test_called
      assert_equal( :setup, @bind.called )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.7.30 test/lib/facets/core/binding/test_called.rb