Sha256: cecdec3e607909a4f794cb4b676b925c973f32f9eb468754c56901fad2162e84

Contents?: true

Size: 223 Bytes

Versions: 6

Compression:

Stored size: 223 Bytes

Contents

require 'rspec'

require 'websocket'
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.before(:suite) do
    WebSocket.max_frame_size = 100 * 1024 # 100kb
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
websocket-1.0.7 spec/spec_helper.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/websocket-1.0.6/spec/spec_helper.rb
websocket-1.0.6 spec/spec_helper.rb
websocket-1.0.5 spec/spec_helper.rb
websocket-1.0.4 spec/spec_helper.rb
websocket-1.0.3 spec/spec_helper.rb