Skip to content

Commit

Permalink
remove hard-coded '.rhtml' from "test_index_with_project" of function…
Browse files Browse the repository at this point in the history
…al issues controller test (#6317).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7039 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Sep 2, 2011
1 parent 2798565 commit e07a792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/issues_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_index_with_project
Setting.display_subprojects_issues = 0
get :index, :project_id => 1
assert_response :success
assert_template 'index.rhtml'
assert_template 'index'
assert_not_nil assigns(:issues)
assert_tag :tag => 'a', :content => /Can't print recipes/
assert_no_tag :tag => 'a', :content => /Subproject issue/
Expand Down

0 comments on commit e07a792

Please sign in to comment.