mirror of https://github.com/rails/rails
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:
parent
bc1aa7d9fd
commit
647c5e0565
|
@ -1,5 +1,4 @@
|
||||||
require File.dirname(__FILE__) + '/../test_helper'
|
require File.dirname(__FILE__) + '/../test_helper'
|
||||||
require '<%= file_name %>'
|
|
||||||
|
|
||||||
class <%= class_name %>Test < Test::Unit::TestCase
|
class <%= class_name %>Test < Test::Unit::TestCase
|
||||||
fixtures :<%= table_name %>
|
fixtures :<%= table_name %>
|
||||||
|
|
Loading…
Reference in New Issue