diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-14 10:11:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-14 10:11:15 +0000 |
commit | 47b162488c80e8e5bc3cda8bb7842148d1dd5aae (patch) | |
tree | 974205af4f615adbad298aaab30d779ca5d716ba /test | |
parent | 703d8a478201eafbf2a2a9ca6dbf99bc79e37335 (diff) | |
download | redmine-47b162488c80e8e5bc3cda8bb7842148d1dd5aae.tar.gz redmine-47b162488c80e8e5bc3cda8bb7842148d1dd5aae.zip |
Removed "Latest projects" from home page (#21148).
git-svn-id: http://svn.redmine.org/redmine/trunk@14877 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/welcome_controller_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb index 73434dfbb..2a8064fea 100644 --- a/test/functional/welcome_controller_test.rb +++ b/test/functional/welcome_controller_test.rb @@ -30,7 +30,6 @@ class WelcomeControllerTest < ActionController::TestCase assert_response :success assert_template 'index' assert_not_nil assigns(:news) - assert_not_nil assigns(:projects) assert !assigns(:projects).include?(Project.where(:is_public => false).first) end |