summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-03-01 20:46:06 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-03-01 20:46:06 +0000
commitf1358200d6967a37ed7f6e94bd630973b88cc0bb (patch)
tree00f059b2c4712a6b0a55568452e76d4ce7d0f779 /test/unit/helpers
parent2009a9ff2550d46c9a5137be9d7398ed18b0e3d4 (diff)
downloadredmine-f1358200d6967a37ed7f6e94bd630973b88cc0bb.tar.gz
redmine-f1358200d6967a37ed7f6e94bd630973b88cc0bb.zip
Removed obsolete helper empty test class.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9048 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/helpers')
-rw-r--r--test/unit/helpers/issue_moves_helper_test.rb4
1 files changed, 0 insertions, 4 deletions
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