##// END OF EJS Templates
remove hard-coded '.rhtml' from "test_index" of functional issues controller test (#6317)....
Toshi MARUYAMA -
r6914:8915a90f6978
parent child
Show More
@@ -55,7 +55,7 class IssuesControllerTest < ActionController::TestCase
55
55
56 get :index
56 get :index
57 assert_response :success
57 assert_response :success
58 assert_template 'index.rhtml'
58 assert_template 'index'
59 assert_not_nil assigns(:issues)
59 assert_not_nil assigns(:issues)
60 assert_nil assigns(:project)
60 assert_nil assigns(:project)
61 assert_tag :tag => 'a', :content => /Can't print recipes/
61 assert_tag :tag => 'a', :content => /Can't print recipes/
General Comments 0
You need to be logged in to leave comments. Login now