You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timcharper edited this page Jan 21, 2012
·
1 revision
When you load an application framework (like Rails), often times it will trigger preloading of files in your application. This is bad because files that are loaded during the preloading phase are not reloaded between test runs.
To help, you can use an application-framework spork plugin for your corresponding application.