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
something like RSpec?
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
something like RSpec?
Andy is right. Cucumber (with or without RSpec) is the way to go for
integration.