Sha256: 49c67dd267a7a177580099505528cc60248ab80231c54ef89d6661d102cb80d4
Contents?: true
Size: 337 Bytes
Versions: 3
Compression:
Stored size: 337 Bytes
Contents
require 'rubygems' require 'minitest/autorun' require 'em-cometio-client' require File.expand_path 'app', File.dirname(__FILE__) $:.unshift File.expand_path '../lib', File.dirname(__FILE__) ['SIGHUP', 'SIGINT', 'SIGKILL', 'SIGTERM'].each do |sig| Kernel.trap sig do App.stop EM::add_timer do EM::stop end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
em-cometio-client-0.0.4 | test/test_helper.rb |
em-cometio-client-0.0.3 | test/test_helper.rb |
em-cometio-client-0.0.2 | test/test_helper.rb |