diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-09-15 07:11:38 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-09-15 07:11:38 +0000 |
commit | 760f6ae3f4930e95ea5fd5dd85c8d92ac29ba785 (patch) | |
tree | af08bf167f53f5f9f51128554f565d836807a229 /activerecord | |
parent | 3f1acf49bd4cfa902388f000ca96c848c3666017 (diff) | |
download | rails-760f6ae3f4930e95ea5fd5dd85c8d92ac29ba785.tar.gz rails-760f6ae3f4930e95ea5fd5dd85c8d92ac29ba785.tar.bz2 rails-760f6ae3f4930e95ea5fd5dd85c8d92ac29ba785.zip |
Stray code.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5117 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/test/deprecated_associations_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/test/deprecated_associations_test.rb b/activerecord/test/deprecated_associations_test.rb index 516076f570..d9b1cc944f 100755 --- a/activerecord/test/deprecated_associations_test.rb +++ b/activerecord/test/deprecated_associations_test.rb @@ -25,8 +25,6 @@ class DeprecatedAssociationWarningsTest < Test::Unit::TestCase end class DeprecatedAssociationsTest < Test::Unit::TestCase - #include SilenceDeprecationWarnings - fixtures :accounts, :companies, :developers, :projects, :topics, :developers_projects |