mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixed InnerJoinAssociationTest. Need to load essays fixture.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user