mirror of
https://github.com/github/rails.git
synced 2026-01-29 08:18:03 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user