Refactor: Extract a new IssueMovesController from IssuesController.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3936 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Eric Davis
2010-08-11 14:42:10 +00:00
parent e43f9fc21e
commit ff43bb1a74
12 changed files with 217 additions and 164 deletions
@@ -0,0 +1,4 @@
require 'test_helper'
class IssueMovesHelperTest < ActionView::TestCase
end