Testing things that take time
Have you ever needed to test something like this?
- Hit URL A
- Wait (how long?)
- Find results at URL B
The ideal is to wait “just long enough” before getting the results. This short post shows a simple way to do that.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Have you ever needed to test something like this?
The ideal is to wait “just long enough” before getting the results. This short post shows a simple way to do that.
Post a comment