Sha256: 43813e2dba71fe11021209b473b147e74bb0fb086a848e71be36b8e98edc7511

Contents?: true

Size: 318 Bytes

Versions: 3

Compression:

Stored size: 318 Bytes

Contents

require 'rubygems'
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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
em-rocketio-client-0.0.3 test/test_helper.rb
em-rocketio-client-0.0.2 test/test_helper.rb
em-rocketio-client-0.0.1 test/test_helper.rb