From: Jean-Philippe Lang Date: Thu, 1 Mar 2012 20:46:06 +0000 (+0000) Subject: Removed obsolete helper empty test class. X-Git-Tag: 1.4.0~271 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f1358200d6967a37ed7f6e94bd630973b88cc0bb;p=redmine.git Removed obsolete helper empty test class. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9048 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/helpers/issue_moves_helper_test.rb b/test/unit/helpers/issue_moves_helper_test.rb deleted file mode 100644 index 68627d433..000000000 --- a/test/unit/helpers/issue_moves_helper_test.rb +++ /dev/null @@ -1,4 +0,0 @@ -require File.expand_path('../../../test_helper', __FILE__) - -class IssueMovesHelperTest < ActionView::TestCase -end