Sha256: 5c6743cd96a661b805cac66c546aab4eb269745cef052c34800e0f5286e0f083

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

require 'rubygems'
require 'minitest/autorun'
require 'em-websocketio-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
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sinatra-websocketio-0.1.0 test/test_helper.rb
sinatra-websocketio-0.0.6 test/test_helper.rb