Rails out-of-the-box integration testing
I can't seem to 开发者_StackOverflowfind anything except Rails' own documentation on its integration testing platform. Why doesn't anyone use it? How did it die out? What are alternatives?
The Rails integration test suite was never great, and projects like Cucumber have since taken over.
精彩评论