test/test_helper.rb in em-rocketio-client-0.0.3 vs test/test_helper.rb in em-rocketio-client-0.1.0
- old
+ new
@@ -2,12 +2,5 @@
require 'bundler/setup'
$:.unshift File.expand_path '../lib', File.dirname(__FILE__)
require 'minitest/autorun'
require 'em-rocketio-client'
require File.expand_path 'app', File.dirname(__FILE__)
-
-
-['SIGHUP', 'SIGINT', 'SIGKILL', 'SIGTERM'].each do |sig|
- Kernel.trap sig do
- App.stop
- end
-end