Verifying PubSub Services (like Redis) from Rails
Verifying PubSub services can be tricky, since subscribers loop over to listen messages. This is one way to test these services, using threads.
http://blog.bigbinary.com/2015/05/09/verifying-pubsub-services-from-rails-redis.html
Post a comment