diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-14 13:23:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-14 13:23:01 +0000 |
commit | dc1397c58c9d56abdbe6f3966f8a8ff1decc4a90 (patch) | |
tree | 3f62e542b5ad5d68fade20d88e5304c6590d2c23 /test/functional/welcome_controller_test.rb | |
parent | 41c379fb783f00247cb6303fe8278ded763cff8a (diff) | |
download | redmine-dc1397c58c9d56abdbe6f3966f8a8ff1decc4a90.tar.gz redmine-dc1397c58c9d56abdbe6f3966f8a8ff1decc4a90.zip |
Test failure (#21148).
git-svn-id: http://svn.redmine.org/redmine/trunk@14881 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/welcome_controller_test.rb')
-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 2a8064fea..f39f9f3b0 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 !assigns(:projects).include?(Project.where(:is_public => false).first) end def test_browser_language |