@@ -30,7 +30,6 class WelcomeControllerTest < ActionController::TestCase | |||||
30 | assert_response :success |
|
30 | assert_response :success | |
31 | assert_template 'index' |
|
31 | assert_template 'index' | |
32 | assert_not_nil assigns(:news) |
|
32 | assert_not_nil assigns(:news) | |
33 | assert !assigns(:projects).include?(Project.where(:is_public => false).first) |
|
|||
34 | end |
|
33 | end | |
35 |
|
34 | |||
36 | def test_browser_language |
|
35 | def test_browser_language |
General Comments 0
You need to be logged in to leave comments.
Login now