Sha256: 20e4654ddd27668411463bf49335c1749b8661aeb299bf69eaa62a40c57d95f6
Contents?: true
Size: 455 Bytes
Versions: 2
Compression:
Stored size: 455 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/continuation/self/create.rb # # Extracted Mon Mar 13 13:24:07 UTC 2006 # Unit Tools Reap Test Extractor # require 'facet/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facets-1.1.0 | test/lib/facet/continuation/self/test_create.rb |
facets-1.2.0 | test/lib/facet/continuation/self/test_create.rb |