Sha256: 2f4cc341d09f6ff8f3d29749e16844e9a809770f82443fbd2a0c0ea8c2fc182e
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/binding/called.rb # # Extracted Fri Feb 16 02:00:37 EST 2007 # Project.rb Test Extraction # 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.8.49 | test/lib/facets/core/binding/test_called.rb |