Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created January 30, 2012 22:05
Show Gist options
  • Save tcrayford/1707088 to your computer and use it in GitHub Desktop.
Save tcrayford/1707088 to your computer and use it in GitHub Desktop.
Isolation vs Rails: More Fastererer Speedy Mk II Edition
There is a vast set of tools and patches to speed up Rails boot time. What happens if, instead of testing inside Rails, we isolate our specs from Rails? What benefits can be gained from isolating our testing? Whilst test execution time is an obvious benefit, there are more subtle nuances to isolation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment