I'm trying to complete an assignment that creates a near identical application to a previous assignment. It calls for an application called todolists. This is the same as the previous assignment so, in order to be able to start fresh I renamed the previous assignment to todolists_mod1. I then discovered the issue is with the Spring gem keeping a record of the previous assignment.
I know I can disable Spring using the DISABLE_SPRING variable. This seems a bit tedious to me.
Is there a way I can force Spring to drop the previous assignment's application from its cache or otherwise clear the cache entirely without uninstalling the gem?