Created by: deivid-rodriguez
-
Fixes #846 (closed). We need to reset model column information in the
User
model after creating the newusers
table, so that model schema cache is properly refreshed. -
Unblocks #857. There was some leftovers of delayed_job from #845 that were being used to check that namespaced models are not yet supported. I removed them and replaced them with a custom namespaced model to fix the failures #857 is running into. The new model is the same as in #871, so this should make that PR simpler.
-
Improves other tiny things in the test setup.