aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:46:52 -0500
committerNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:46:52 -0500
commit9a9d895481ada301143c0554dabd4ec9914b8703 (patch)
treeeb4e839b09335d5a5e6fd23a108136b1f18f7b21 /activerecord/test
parenta906deabc6554f6271b3d9a84384c101edaad921 (diff)
downloadrails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.gz
rails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.bz2
rails-9a9d895481ada301143c0554dabd4ec9914b8703.zip
Fix Typos: remove several occurences 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 11c0c5b0ef..8688ebc617 100644
--- a/activerecord/test/cases/autosave_association_test.rb
+++ b/activerecord/test/cases/autosave_association_test.rb
@@ -747,7 +747,7 @@ class TestDestroyAsPartOfAutosaveAssociation < ActiveRecord::TestCase
2.times { |i| @pirate.send(association_name).create!(:name => "#{association_name}_#{i}") }
before = @pirate.send(association_name).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