mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix typo in test classname.
This commit is contained in:
@@ -7,7 +7,7 @@ require 'models/entrant'
|
||||
require 'models/developer'
|
||||
require 'models/company'
|
||||
|
||||
class RealtionTest < ActiveRecord::TestCase
|
||||
class RelationTest < ActiveRecord::TestCase
|
||||
fixtures :authors, :topics, :entrants, :developers, :companies, :developers_projects, :accounts, :categories, :categorizations, :posts
|
||||
|
||||
def test_finding_with_conditions
|
||||
|
||||
Reference in New Issue
Block a user