Sha256: bb30d99f370e4aff8aecf91dbc96265ce47e84d60edf1c8f7c97c2ab2951c270

Contents?: true

Size: 469 Bytes

Versions: 10

Compression:

Stored size: 469 Bytes

Contents

  #  _____         _
  # |_   _|__  ___| |_
  #   | |/ _ \/ __| __|
  #   | |  __/\__ \ |
  #   |_|\___||___/\__|
  #
  # for lib/facets/continuation/create.rb
  #
  # Extracted Mon Sep 03 16:23:07 -0700 2007
  # w/ Test Extraction Ratchet
  #

 require 'facets/continuation/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

10 entries across 10 versions & 1 rubygems

Version Path
facets-2.0.0 test/unit/continuation/test_create.rb
facets-2.0.1 test/unit/continuation/test_create.rb
facets-2.0.2 test/unit/continuation/test_create.rb
facets-2.0.5 test/unit/continuation/test_create.rb
facets-2.1.0 test/unit/continuation/test_create.rb
facets-2.1.1 test/unit/continuation/test_create.rb
facets-2.1.2 test/unit/continuation/test_create.rb
facets-2.0.3 test/unit/continuation/test_create.rb
facets-2.0.4 test/unit/continuation/test_create.rb
facets-2.1.3 test/unit/continuation/test_create.rb