test/functional/ft_25_receiver.rb in ruote-2.1.1 vs test/functional/ft_25_receiver.rb in ruote-2.1.2

- old
+ new

@@ -36,9 +36,17 @@ @wi = workitem # no reply to the engine end + + # do not let the dispatch happen in its own thread, this makes + # wait_for(:alpha) synchronous. + # + def do_not_thread + + true + end end class MyReceiver < Ruote::Receiver end