Maksim Nagaev
Results
2
comments of
Maksim Nagaev
+1 Something like following in yaml (in milliseconds) ``` --- status: 200 delay: 3000 header: Cache-Control: no-cache --- {"name":"Stubb"} ```
Thanks for the link. I created file 'config.ru' in folder with stubb files, installed gem install rack-delay #config.ru require 'stubb' require 'rack/delay' use Rack::Delay, { :min => 500, # ms...