diff options
author | Francesco Rodriguez <frodsan@users.noreply.github.com> | 2016-06-12 00:22:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-12 00:22:36 +0200 |
commit | 65f96f38057dd17ca69b0f722acd36651bbbc83e (patch) | |
tree | da4d57dd6fa6490e614739b45c4eee74778a66d9 | |
parent | f45d06e11fdacf45df55b7b6f20b4987fe367109 (diff) | |
download | rails-65f96f38057dd17ca69b0f722acd36651bbbc83e.tar.gz rails-65f96f38057dd17ca69b0f722acd36651bbbc83e.tar.bz2 rails-65f96f38057dd17ca69b0f722acd36651bbbc83e.zip |
Fix typo
[ci skip]
-rw-r--r-- | activerecord/lib/active_record/fixtures.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/fixtures.rb b/activerecord/lib/active_record/fixtures.rb index ed1bbf5dcd..51bf12d0bf 100644 --- a/activerecord/lib/active_record/fixtures.rb +++ b/activerecord/lib/active_record/fixtures.rb @@ -66,7 +66,7 @@ module ActiveRecord # By default, +test_helper.rb+ will load all of your fixtures into your test # database, so this test will succeed. # - # The testing environment will automatically load the all fixtures into the database before each + # The testing environment will automatically load all the fixtures into the database before each # test. To ensure consistent data, the environment deletes the fixtures before running the load. # # In addition to being available in the database, the fixture's data may also be accessed by |