Thanks Andy & Aslak,
I am now trying the "in-process" approach with rack-test.
Quick question: when I call a rack-test method such as post, does it know about the ongoing session?
I mean, does it know that during the previous steps I successfully logged in (which is required before I can post anything).
Or are the capybara steps and the rack-test calls sort of independent of one another?
Because right now those rack-test requests do not cause any errors but seem to do absolutely nothing.
I suspect that even the way I formulate the questions gives away a fundamental lack of understanding of the process...
Sorry, and thanks in advance.
Giuseppe