aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2016-06-09 09:30:15 -0400
committerSean Griffin <sean@seantheprogrammer.com>2016-06-09 09:30:15 -0400
commit5aadcced4da8b8dc6b7231751e8bc3c9e522df1e (patch)
tree25774abc7b08a68a252063567a219802be6b0300
parent14350942e786f8d0a169f7dcb6ac0df5e5064319 (diff)
parenta3ac43f4d2340554c99807c2179cb7c2060e90cb (diff)
downloadrails-5aadcced4da8b8dc6b7231751e8bc3c9e522df1e.tar.gz
rails-5aadcced4da8b8dc6b7231751e8bc3c9e522df1e.tar.bz2
rails-5aadcced4da8b8dc6b7231751e8bc3c9e522df1e.zip
Merge pull request #25334 from abhishekjain16/doc_fix
Fix typo
-rw-r--r--activerecord/test/cases/batches_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/test/cases/batches_test.rb b/activerecord/test/cases/batches_test.rb
index 91ff5146fd..db71840658 100644
--- a/activerecord/test/cases/batches_test.rb
+++ b/activerecord/test/cases/batches_test.rb
@@ -170,8 +170,8 @@ class EachTest < ActiveRecord::TestCase
end
end
- def test_find_in_batches_should_not_error_if_config_overriden
- # Set the config option which will be overriden
+ def test_find_in_batches_should_not_error_if_config_overridden
+ # Set the config option which will be overridden
prev = ActiveRecord::Base.error_on_ignored_order_or_limit
ActiveRecord::Base.error_on_ignored_order_or_limit = true
assert_nothing_raised do