Sha256: f14bfeab4cbf0457e386e24d30e9226a18ff993634d47c22af1a87b7427bcfb8
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/nano/continuation/self/create.rb # # Extracted Fri Oct 28 14:20:18 EDT 2005 # Unit Tools Reap Test Extractor # require 'nano/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-0.9.0 | test/lib/nano/continuation/self/test_create.rb |