File: spec_helper.rb

package info (click to toggle)
ruby-faye-websocket 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 236 kB
  • sloc: ruby: 1,209; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'bundler/setup'
require 'rspec/em'

require File.expand_path('../../lib/faye/websocket', __FILE__)
require File.expand_path('../echo_server', __FILE__)
require File.expand_path('../proxy_server', __FILE__)