aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorNicholas Rowe <nixterrimus@gmail.com>2011-02-19 23:47:12 -0500
committerMani Tadayon <bowsersenior@gmail.com>2011-02-21 13:44:19 -0800
commit746a4120558497d805cb5fa4f44c13019197a02a (patch)
tree99465de31fe7eb76400fb968459b67847d9a65b3 /activerecord/test
parent2a816db446d4c3d3ec786827cdfd66f14b4975ba (diff)
downloadrails-746a4120558497d805cb5fa4f44c13019197a02a.tar.gz
rails-746a4120558497d805cb5fa4f44c13019197a02a.tar.bz2
rails-746a4120558497d805cb5fa4f44c13019197a02a.zip
Tpyo: fixing several cases of the the
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/autosave_association_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/autosave_association_test.rb b/activerecord/test/cases/autosave_association_test.rb
index ca59b3d6de..dbc5d71153 100644
--- a/activerecord/test/cases/autosave_association_test.rb
+++ b/activerecord/test/cases/autosave_association_test.rb
@@ -743,7 +743,7 @@ class TestDestroyAsPartOfAutosaveAssociation < ActiveRecord::TestCase
2.times { |i| @pirate.birds.create!(:name => "birds_#{i}") }
before = @pirate.birds.map { |c| c.mark_for_destruction ; c }
- # Stub the destroy method of the the second child to raise an exception
+ # Stub the destroy method of the second child to raise an exception
class << before.last
def destroy(*args)
super