Sha256: fe4ac3b62efe0cb6c2d492d66a88fd6454095192d0b9423c5acb9e95570972c3

Contents?: true

Size: 321 Bytes

Versions: 7

Compression:

Stored size: 321 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
$:.unshift File.expand_path '../lib', File.dirname(__FILE__)
require 'minitest/autorun'
require 'em-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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sinatra-websocketio-0.1.7 test/test_helper.rb
sinatra-websocketio-0.1.6 test/test_helper.rb
sinatra-websocketio-0.1.5 test/test_helper.rb
sinatra-websocketio-0.1.4 test/test_helper.rb
sinatra-websocketio-0.1.3 test/test_helper.rb
sinatra-websocketio-0.1.2 test/test_helper.rb
sinatra-websocketio-0.1.1 test/test_helper.rb