Skip to content

Supported Application Frameworks

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.

Clone this wiki locally