Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide workaround for Rails 5 TestRequest
Rails 5 introduces changes to the TestRequest api, it no longer supports creating a TestRequest without providing args to the initializer however we can imitate the original behaviour using .create instead. This commit maintains backwards compatibility with older versions of ActionController.
- Loading branch information