aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-06-11 18:23:58 -0400
committerGitHub <noreply@github.com>2016-06-11 18:23:58 -0400
commite5ba6b296b07ceeb1b2ff7610f3b1ce03d6542e6 (patch)
treeda4d57dd6fa6490e614739b45c4eee74778a66d9 /activerecord
parentf45d06e11fdacf45df55b7b6f20b4987fe367109 (diff)
parent65f96f38057dd17ca69b0f722acd36651bbbc83e (diff)
downloadrails-e5ba6b296b07ceeb1b2ff7610f3b1ce03d6542e6.tar.gz
rails-e5ba6b296b07ceeb1b2ff7610f3b1ce03d6542e6.tar.bz2
rails-e5ba6b296b07ceeb1b2ff7610f3b1ce03d6542e6.zip
Merge pull request #25368 from frodsan/patch-1
Fix typo
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/fixtures.rb2
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