Merge pull request #38408 from ricvillagrana/patch-1

Update upgrading_ruby_on_rails file to add missing grave accent
This commit is contained in:
Eugene Kenny 2020-02-07 18:16:50 +00:00 committed by GitHub
commit db60199354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.