Sha256: 2618e4388d707c8a62dd7739e07c801fddd8c213bdc1e802ba9d09e20f87ddff

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/binding/called.rb
#
# Extracted Fri Sep 08 20:20:32 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.46 test/lib/facets/core/binding/test_called.rb