You learn interesting things when testing super-fast #hanami apps.

For example: that Faker is very slow to load and you should probably avoid it.

Or that database cleaning in really slow, so you should only clean when you really use the database.

#ruby

@katafrakt use transactions for cleaning! 🙂
@solnic I had trouble setting this up, but I guess now I can steal the code from #decafsucks 🤫
@katafrakt @solnic let me know how you fare, and if you think anything could be improved!
@timriley @solnic it was definitely worth it. Now the whole test suite runs in 0.47s down from 1.55s before.