Sha256: 5ce32495add27c4b92cccec388bca14da24c5429e6694cbbfaabbe4e78ebd579
Contents?: true
Size: 467 Bytes
Versions: 1
Compression:
Stored size: 467 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/continuation/self/create.rb # # Extracted Fri Sep 08 20:20:32 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/continuation/self/create.rb' require 'test/unit' class TCContinuation < Test::Unit::TestCase def test_Continuation_create assert_nothing_raised { c, r = Continuation.create } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.7.46 | test/lib/facets/core/continuation/self/test_create.rb |