test/test_helper.rb in sinatra-websocketio-0.4.0 vs test/test_helper.rb in sinatra-websocketio-0.4.1

- old
+ new

@@ -2,12 +2,5 @@ require 'bundler/setup' $:.unshift File.expand_path '../lib', File.dirname(__FILE__) require 'minitest/autorun' require 'sinatra/websocketio/client' require File.expand_path 'app', File.dirname(__FILE__) - - -['SIGHUP', 'SIGINT', 'SIGKILL', 'SIGTERM'].each do |sig| - Kernel.trap sig do - App.stop - end -end