]> source.dussan.org Git - redmine.git/commitdiff
Test failure (#21148).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Nov 2015 13:23:01 +0000 (13:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Nov 2015 13:23:01 +0000 (13:23 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14881 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/welcome_controller_test.rb

index 2a8064fea97f577844afc9018a56154249bd68ae..f39f9f3b008942cf6662c5fdd5b5cac538fd0906 100644 (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