Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
As of recent versions of Rails, they've begun discouraging the use of
ActionController::TestCasefor new tests and encouraging the use of integration tests based aroundActionDispatch::IntegrationTest. The helpers in this gem are still based around the previous style; we may need to look at implementing a second set of helpers to enable the use of integration tests.See: https://api.rubyonrails.org/classes/ActionController/TestCase.html