Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forwarding methods to private methods is deprecated and produces a warning after Ruby 2.4. see: https://bugs.ruby-lang.org/issues/12782 To fix this issue I'm mocking patching webrat making RailsAdatper#response method public since Webrat::Session is delegating functions to it.
- Loading branch information