提交 2b786ba2 编写于 作者: J Jon Leighton

Merge pull request #1100 from arunagw/innerjoin_test

Fixed InnerJoinAssociationTest. Need to load essays fixture.
......@@ -10,7 +10,7 @@
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册