Sha256: 48b03fc1575a193b48330dabec2544e1962cd9d188ebd041622a550bf1b1d8d4

Contents?: true

Size: 326 Bytes

Versions: 20

Compression:

Stored size: 326 Bytes

Contents

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
sinatra-websocketio-0.4.0 test/test_helper.rb
sinatra-websocketio-0.3.9 test/test_helper.rb
sinatra-websocketio-0.3.7 test/test_helper.rb
sinatra-websocketio-0.3.6 test/test_helper.rb
sinatra-websocketio-0.3.5 test/test_helper.rb
sinatra-websocketio-0.3.4 test/test_helper.rb
sinatra-websocketio-0.3.3 test/test_helper.rb
sinatra-websocketio-0.3.2 test/test_helper.rb
sinatra-websocketio-0.3.1 test/test_helper.rb
sinatra-websocketio-0.3.0 test/test_helper.rb
sinatra-websocketio-0.2.9 test/test_helper.rb
sinatra-websocketio-0.2.8 test/test_helper.rb
sinatra-websocketio-0.2.7 test/test_helper.rb
sinatra-websocketio-0.2.6 test/test_helper.rb
sinatra-websocketio-0.2.5 test/test_helper.rb
sinatra-websocketio-0.2.4 test/test_helper.rb
sinatra-websocketio-0.2.3 test/test_helper.rb
sinatra-websocketio-0.2.2 test/test_helper.rb
sinatra-websocketio-0.2.1 test/test_helper.rb
sinatra-websocketio-0.2.0 test/test_helper.rb