Skip to content

Commit

Permalink
remove empty setup method from unit enumeration test
Browse files Browse the repository at this point in the history
git-svn-id: svn://rubyforge.org/var/svn/redmine/trunk@10232 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
tmaruyama committed Aug 22, 2012
1 parent a8bf216 commit ed306ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/unit/enumeration_test.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,9 +20,6 @@
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
Expand Down

0 comments on commit ed306ee

Please sign in to comment.