Re: [Rails] Documentation for using IntegrationTest?

2010-02-22 Thread Andy Jeffries
I think most people have moved over to Cucumber for integration tests now. The Pragmatic Programmers book on RSpec and Cucumber is a great introduction. Cheers, Andy -- Andy Jeffries http://andyjeffries.co.uk/ #rubyonrails #mysql #jquery Registered address: 64 Sish Lane, Stevenage, Herts

[Rails] Documentation for using IntegrationTest?

2010-02-22 Thread Paul E. G. Lynch
Can someone point me to some good documentation for writing integration tests using IntegrationTest? What documentation I have found seems to be outdated, referring to methods that are either deprecated or altogether relocated. Are people actually using IntegrationTest, or is everyone using somet