]> source.dussan.org Git - redmine.git/commitdiff
remove empty setup method from VersionTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 19 May 2013 01:05:53 +0000 (01:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 19 May 2013 01:05:53 +0000 (01:05 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11880 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/version_test.rb

index 6f74eac36c222bcba58c054165ea2da4f0eb43da..a9e647398bd6972079981fa368b4c592ce4cabd6 100644 (file)
@@ -20,9 +20,6 @@ require File.expand_path('../../test_helper', __FILE__)
 class VersionTest < ActiveSupport::TestCase
   fixtures :projects, :users, :issues, :issue_statuses, :trackers, :enumerations, :versions, :projects_trackers
 
-  def setup
-  end
-
   def test_create
     v = Version.new(:project => Project.find(1), :name => '1.1', :effective_date => '2011-03-25')
     assert v.save