Sha256: 2f7a1306e0ede055c81995b7af860b37afcec950cd8a5c38974cf85d97b7f0ac
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/binding/called.rb # # Extracted Tue Jun 20 15:12:26 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.2 | test/lib/facets/core/binding/test_called.rb |