Sha256: ead7ee2b0d49e0a181a76d4deb451076f8e6d0d22f2c9bd8486a36b9772adf05

Contents?: true

Size: 996 Bytes

Versions: 12

Compression:

Stored size: 996 Bytes

Contents

# $Id$
#
# Author:: Francis Cianfrocca (gmail: blackhedd)
# Homepage::  http://rubyeventmachine.com
# Date:: 8 April 2006
# 
# See EventMachine and EventMachine::Connection for documentation and
# usage examples.
#
#----------------------------------------------------------------------------
#
# Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved.
# Gmail: blackhedd
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of either: 1) the GNU General Public License
# as published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version; or 2) Ruby's License.
# 
# See the file COPYING for complete licensing information.
#
#---------------------------------------------------------------------------
#
#
#

$:.unshift "../lib"
require 'eventmachine'
require 'test/unit'

class TestUserDefinedEvents < Test::Unit::TestCase

  def setup
  end

  def teardown
  end

  def test_a
  end

end

Version data entries

12 entries across 12 versions & 5 rubygems

Version Path
careo-eventmachine-0.12.5.1 tests/test_ud.rb
davidsmalley-eventmachine-0.12.3.1 tests/test_ud.rb
eventmachine-eventmachine-0.12.3 tests/test_ud.rb
eventmachine-eventmachine-0.12.4 tests/test_ud.rb
eventmachine-eventmachine-0.12.5 tests/test_ud.rb
eventmachine-eventmachine-0.12.6 tests/test_ud.rb
eventmachine-eventmachine-0.12.7 tests/test_ud.rb
libc-eventmachine-0.12.5.42 tests/test_ud.rb
libc-eventmachine-0.12.7.42 tests/test_ud.rb
eventmachine-0.12.6-java tests/test_ud.rb
eventmachine-0.12.4 tests/test_ud.rb
eventmachine-0.12.6 tests/test_ud.rb