speed up tests+solution
In no particular order:
- fixture import (aka test db reset) only on request instead of every run (should save 1-3s? every run)
- review all tests for card setup that can be moved to the global fixture set
- optimize Card#save (this is valuable for other reasons as well, obviously)
- spot optimize slowest tests.