File: test_ud.rb

package info (click to toggle)
ruby-eventmachine 1.0.3-6%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 2,000 kB
  • ctags: 3,178
  • sloc: ruby: 8,641; cpp: 5,217; java: 827; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
require 'em_test_helper'

class TestUserDefinedEvents < Test::Unit::TestCase

  def test_a
  end

end