aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/deprecated_associations_test.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 14:30:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 14:30:24 +0000
commita8f36e88dd322f78efe0a54eb73a7e3b9fd60479 (patch)
treeb08162dc2d8602e7a6356f8f0632cd7830ac452f /activerecord/test/deprecated_associations_test.rb
parent186d7fb3340dfdc7eb0e57e6083c061f90e80e8e (diff)
downloadrails-a8f36e88dd322f78efe0a54eb73a7e3b9fd60479.tar.gz
rails-a8f36e88dd322f78efe0a54eb73a7e3b9fd60479.tar.bz2
rails-a8f36e88dd322f78efe0a54eb73a7e3b9fd60479.zip
Remove outdated dev-utils
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@765 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/deprecated_associations_test.rb')
-rwxr-xr-xactiverecord/test/deprecated_associations_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/deprecated_associations_test.rb b/activerecord/test/deprecated_associations_test.rb
index ed1b9be615..49387ec8dc 100755
--- a/activerecord/test/deprecated_associations_test.rb
+++ b/activerecord/test/deprecated_associations_test.rb
@@ -3,7 +3,6 @@ require 'fixtures/developer'
require 'fixtures/project'
require 'fixtures/company'
require 'fixtures/topic'
-# require File.dirname(__FILE__) + '/../dev-utils/eval_debugger'
require 'fixtures/reply'
# Can't declare new classes in test case methods, so tests before that