Skip to content

Commit

Permalink
use ActionView::TestCase instead of HelperTestCase at issues_helper_t…
Browse files Browse the repository at this point in the history
…est.rb.

ActionView::Helpers::ActiveRecordHelper at test/helper_testcase.rb
does not exist on Rails 3.0.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6117 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Jun 22, 2011
1 parent 6208302 commit 81e3bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/helpers/issues_helper_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

require File.expand_path('../../../test_helper', __FILE__)

class IssuesHelperTest < HelperTestCase
class IssuesHelperTest < ActionView::TestCase
include ApplicationHelper
include IssuesHelper

Expand Down

0 comments on commit 81e3bc3

Please sign in to comment.