Redmine/test/unit/helpers/issue_moves_helper_test.rb
Jean-Philippe Lang b23827491a Fixes require path in test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7959 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-11-27 20:27:13 +00:00

5 lines
114 B
Ruby

require File.expand_path('../../../test_helper', __FILE__)
class IssueMovesHelperTest < ActionView::TestCase
end