Created
November 3, 2011 21:10
-
-
Save markburns/1337791 to your computer and use it in GitHub Desktop.
Using spork and reloading classes in rspec, but defaulting to cached_classes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| config.cache_classes = ENV['RELOAD_CLASSES'].blank? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RELOAD_CLASSES=true bundle exec spork rspec & | |
| rspec spec/ | |
| bundle exec cucumber features |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment