##// END OF EJS Templates
Updated the unit test so Enumerations are tested separately from the subclasses....
Eric Davis -
r2830:29ab7b4108cb
parent child
Show More
@@ -18,7 +18,7
18 18 require File.dirname(__FILE__) + '/../test_helper'
19 19
20 20 class DocumentCategoryTest < ActiveSupport::TestCase
21 fixtures :enumerations, :documents
21 fixtures :enumerations, :documents, :issues
22 22
23 23 def test_should_be_an_enumeration
24 24 assert DocumentCategory.ancestors.include?(Enumeration)
General Comments 0
You need to be logged in to leave comments. Login now