]> source.dussan.org Git - redmine.git/commitdiff
remove empty setup method from unit enumeration test
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 22 Aug 2012 16:31:26 +0000 (16:31 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 22 Aug 2012 16:31:26 +0000 (16:31 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10232 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/enumeration_test.rb

index 8511fa2552336178d426c30d198e3a86cf8b10de..bd098a13b9dccf7171f04a37c6e45e53a12aa7ca 100644 (file)
@@ -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