summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/welcome_controller_test.rb1
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