diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-08-22 16:31:26 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-08-22 16:31:26 +0000 |
commit | a1d8cab6c6528b2714a7db5b180ada62541ab497 (patch) | |
tree | 498191aa5d75abddac5676abe265a0ea7e7cced5 | |
parent | 3478a21c2fe598cb562d5f3d5387c5d6f8f6f4c4 (diff) | |
download | redmine-a1d8cab6c6528b2714a7db5b180ada62541ab497.tar.gz redmine-a1d8cab6c6528b2714a7db5b180ada62541ab497.zip |
remove empty setup method from unit enumeration test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10232 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/unit/enumeration_test.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/unit/enumeration_test.rb b/test/unit/enumeration_test.rb index 8511fa255..bd098a13b 100644 --- a/test/unit/enumeration_test.rb +++ b/test/unit/enumeration_test.rb @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2008 Jean-Philippe Lang +# Copyright (C) 2006-2012 Jean-Philippe Lang # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -20,9 +20,6 @@ require File.expand_path('../../test_helper', __FILE__) class EnumerationTest < ActiveSupport::TestCase fixtures :enumerations, :issues, :custom_fields, :custom_values - def setup - end - def test_objects_count # low priority assert_equal 6, Enumeration.find(4).objects_count |