@@ -18,7 +18,7 | |||||
18 | require File.dirname(__FILE__) + '/../test_helper' |
|
18 | require File.dirname(__FILE__) + '/../test_helper' | |
19 |
|
19 | |||
20 | class DocumentCategoryTest < ActiveSupport::TestCase |
|
20 | class DocumentCategoryTest < ActiveSupport::TestCase | |
21 | fixtures :enumerations, :documents |
|
21 | fixtures :enumerations, :documents, :issues | |
22 |
|
22 | |||
23 | def test_should_be_an_enumeration |
|
23 | def test_should_be_an_enumeration | |
24 | assert DocumentCategory.ancestors.include?(Enumeration) |
|
24 | assert DocumentCategory.ancestors.include?(Enumeration) |
General Comments 0
You need to be logged in to leave comments.
Login now