Okay I have just realised something, I can just test use bacon along with rack-test to test rails applications using bacon. So scrap what I said yesterday. Now we will go with this

  • Bacon
  • Rack-test
  • Mocha

I think it is a good idea to write tests at the rack level. It means that your tests, and your testing skills are transferable to any rack supporting framework.

So I will give this stack a try, if it doesn’t work out I will go back to the stack I said yesterday.