diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-05-17 20:29:28 +0530 |
---|---|---|
committer | Arun Agrawal <arun@fromjaipur.com> | 2011-05-17 20:29:28 +0530 |
commit | ed119aa5d608d66bcb45f79324167142086fb2be (patch) | |
tree | 49136e1cfc0e3d89a845652ed0f9c6c1152ce068 /activerecord/test | |
parent | ab9639f945b1f5de40b2889ce47953dad645bdf5 (diff) | |
download | rails-ed119aa5d608d66bcb45f79324167142086fb2be.tar.gz rails-ed119aa5d608d66bcb45f79324167142086fb2be.tar.bz2 rails-ed119aa5d608d66bcb45f79324167142086fb2be.zip |
Fixed InnerJoinAssociationTest. Need to load essays fixture.
Diffstat (limited to 'activerecord/test')
-rw-r--r-- | activerecord/test/cases/associations/inner_join_association_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/inner_join_association_test.rb b/activerecord/test/cases/associations/inner_join_association_test.rb index 55d9a328a7..e5e9ca6131 100644 --- a/activerecord/test/cases/associations/inner_join_association_test.rb +++ b/activerecord/test/cases/associations/inner_join_association_test.rb @@ -10,7 +10,7 @@ require 'models/tagging' require 'models/tag' class InnerJoinAssociationTest < ActiveRecord::TestCase - fixtures :authors, :posts, :comments, :categories, :categories_posts, :categorizations, + fixtures :authors, :essays, :posts, :comments, :categories, :categories_posts, :categorizations, :taggings, :tags def test_construct_finder_sql_applies_aliases_tables_on_association_conditions |