@@ -1,5 +1,5 | |||
|
1 | 1 | # Redmine - project management software |
|
2 |
# Copyright (C) 2006-20 |
|
|
2 | # Copyright (C) 2006-2012 Jean-Philippe Lang | |
|
3 | 3 | # |
|
4 | 4 | # This program is free software; you can redistribute it and/or |
|
5 | 5 | # modify it under the terms of the GNU General Public License |
@@ -20,9 +20,6 require File.expand_path('../../test_helper', __FILE__) | |||
|
20 | 20 | class EnumerationTest < ActiveSupport::TestCase |
|
21 | 21 | fixtures :enumerations, :issues, :custom_fields, :custom_values |
|
22 | 22 | |
|
23 | def setup | |
|
24 | end | |
|
25 | ||
|
26 | 23 | def test_objects_count |
|
27 | 24 | # low priority |
|
28 | 25 | assert_equal 6, Enumeration.find(4).objects_count |
General Comments 0
You need to be logged in to leave comments.
Login now