gruis / sinatra-websocket

Makes it easy to upgrade any request to a websocket connection in Sinatra
https://rubygems.org/gems/sinatra-websocket
Other
230 stars 31 forks source link

Testing with RSpec? #25

Open rangerscience opened 3 years ago

rangerscience commented 3 years ago

Any tips/tricks/insight for how to write rspec tests that open websockets?

rangerscience commented 3 years ago

This is my most promising lead so far: https://blog.carbonfive.com/raking-and-testing-with-eventmachine/