We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60311f5 + 546f80c commit d1f913cCopy full SHA for d1f913c
guides/source/testing.md
@@ -590,7 +590,7 @@ Just about every Rails application interacts heavily with a database and so your
590
tests will need a database to interact with as well. This section covers how to
591
set up this test database and populate it with sample data.
592
593
-As mentioned in the [Test Envionment section](#the-test-environment), every
+As mentioned in the [Test Environment section](#the-test-environment), every
594
Rails application has three environments: development, test, and production. The
595
database for each one of them is configured in `config/database.yml`.
596
0 commit comments