Sha256: d7f21e5dd3f8b37f07541205f9061d271181523790905bbe38288c9495c6255a
Contents?: true
Size: 274 Bytes
Versions: 4
Compression:
Stored size: 274 Bytes
Contents
require 'rubygems' require 'test/unit' require 'shoulda' require 'mocha' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'packet_io' require 'packet_io/test/mock_server' class Test::Unit::TestCase end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
packet_io-0.4.0 | test/helper.rb |
packet_io-0.4.0.rc4 | test/helper.rb |
packet_io-0.4.0.rc3 | test/helper.rb |
packet_io-0.4.0.rc2 | test/helper.rb |