From e243e33cb4a116a11ddf91916cf38c695da49763 Mon Sep 17 00:00:00 2001 From: Ricardo Villagrana Date: Fri, 7 Feb 2020 11:31:35 -0600 Subject: [PATCH] add missing grave accent --- guides/source/upgrading_ruby_on_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 8de22f8200..2ddb011955 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -724,7 +724,7 @@ it. Rails 5 adds the ability to run tasks and tests through `bin/rails` instead of rake. Generally these changes are in parallel with rake, but some were ported over altogether. As the `rails` command already looks for and runs `bin/rails`, we recommend you to use the shorter `rails` -over `bin/rails. +over `bin/rails`. To use the new test runner simply type `rails test`.