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