Feb28
Unit tests: Are they bad?
Jay fields wrote a blog post about the maintainability of tests. Basically his takeaways were the following:
- You should probably write unit tests
there is noise in silence
Feb28
Jay fields wrote a blog post about the maintainability of tests. Basically his takeaways were the following:
Dec07
If you’ve ever had the setup of using cucumber, autospec, and sunspot SOLR in one your rails applications, chances are you’ve tried hitting your SOLR test instance just to verify that the whole stack works.
Continue reading »Jun08
If you’re using actsassolr and not disabling it on your tests, or want to enable or disable it selectively, try my fork of mattmatt-actsassolr on http://github.com/cyx/actsassolr.
In a nutshell, you put this in your testhelper:
Continue reading »