Test failure (#21148).

git-svn-id: http://svn.redmine.org/redmine/trunk@14881 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-11-14 13:23:01 +00:00
parent 41c379fb78
commit dc1397c58c

View File

@@ -30,7 +30,6 @@ class WelcomeControllerTest < ActionController::TestCase
assert_response :success
assert_template 'index'
assert_not_nil assigns(:news)
assert !assigns(:projects).include?(Project.where(:is_public => false).first)
end
def test_browser_language