t/t0300-async_sinatra.sh in rainbows-0.6.0 vs t/t0300-async_sinatra.sh in rainbows-0.7.0
- old
+ new
@@ -3,10 +3,10 @@
# n - number of seconds to sleep
n=10
CONFIG_RU=async_sinatra.ru
case $model in
-EventMachine) ;;
+NeverBlock|EventMachine) ;;
*)
t_info "skipping $T since it's not compatible with $model"
exit 0
;;
esac