##// END OF EJS Templates
Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and Rails 3.1.3...
Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and Rails 3.1.3 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8988 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7839:b23827491a6d
r8868:b4630c03f732
Show More
issue_moves_helper_test.rb
4 lines | 114 B | text/x-ruby | RubyLexer
/ test / unit / helpers / issue_moves_helper_test.rb
Jean-Philippe Lang
Fixes require path in test....
r7839 require File.expand_path('../../../test_helper', __FILE__)
Eric Davis
Refactor: Extract a new IssueMovesController from IssuesController....
r3822
class IssueMovesHelperTest < ActionView::TestCase
end