From c9412e5b5e0da622b5421332e0bc078190ba3a9d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 16 Apr 2021 01:48:22 +1000 Subject: [PATCH] docs: fix grammar in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b9e2c2..4774d33 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ end ## Outside Rails -For projects and gems using controller tests outside of a Rails application, +For projects and gems using controller tests outside a Rails application, invoke the `Rails::Controller::Testing.install` method inside your test suite setup to include the required modules on controller test cases.