fixtures :models will now also attempt to include the model.rb file

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@154 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2004-12-14 18:02:11 +00:00
parent bc1aa7d9fd
commit 647c5e0565
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper'
require '<%= file_name %>'
class <%= class_name %>Test < Test::Unit::TestCase
fixtures :<%= table_name %>