summaryrefslogtreecommitdiffstats
path: root/test/functional/projects_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/projects_controller_test.rb')
-rw-r--r--test/functional/projects_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb
index 744cc49d6..86cea62f8 100644
--- a/test/functional/projects_controller_test.rb
+++ b/test/functional/projects_controller_test.rb
@@ -54,7 +54,7 @@ class ProjectsControllerTest < Test::Unit::TestCase
get :list_documents, :id => 1
assert_response :success
assert_template 'list_documents'
- assert_not_nil assigns(:documents)
+ assert_not_nil assigns(:grouped)
end
def test_list_issues