spec/insque_spec.rb in insque-0.6.2 vs spec/insque_spec.rb in insque-0.6.3

- old
+ new

@@ -28,10 +28,10 @@ def self.myapp_user_destroy msg Insque.redis.set msg['message'], msg['params']['name'] end end -RSpec.describe 'streamer' do +RSpec.describe 'insque' do before(:all) do system "docker swarm init || true" system "docker stack deploy -c insque.local.yml insque" sleep 10 Thread.abort_on_exception=true