Sha256: 15bbedc3bfda69553e14338761f32d447737b8c591741925bf0b3e1c7975ef26

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/binding/called.rb
#
# Extracted Mon Jun 05 08:14:29 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.4.0 test/lib/facets/core/binding/test_called.rb