Stop annoying me when Im changing fixtures for other tests first

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3709 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2006-02-28 20:42:42 +00:00
parent 6417cdd846
commit ba8a7bbf4d

View File

@@ -5,6 +5,6 @@ class <%= class_name %>Test < Test::Unit::TestCase
# Replace this with your real tests.
def test_truth
assert_kind_of <%= class_name %>, <%= table_name %>(:first)
assert true
end
end