##// END OF EJS Templates
Test failure (#21148)....
Jean-Philippe Lang -
r14499:dc1397c58c9d
parent child
Show More
@@ -30,7 +30,6 class WelcomeControllerTest < ActionController::TestCase
30 30 assert_response :success
31 31 assert_template 'index'
32 32 assert_not_nil assigns(:news)
33 assert !assigns(:projects).include?(Project.where(:is_public => false).first)
34 33 end
35 34
36 35 def test_browser_language
General Comments 0
You need to be logged in to leave comments. Login now