From 6d1509b3e83412dc79591e58bb9f2542b5b8bc87 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 6 Feb 2008 22:00:06 +0000 Subject: [PATCH] ActionItem41: marking the need of having tests --- test/functional/manage_communities_controller_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/functional/manage_communities_controller_test.rb b/test/functional/manage_communities_controller_test.rb index 26cf29d..b430b39 100644 --- a/test/functional/manage_communities_controller_test.rb +++ b/test/functional/manage_communities_controller_test.rb @@ -11,8 +11,8 @@ class ManageCommunitiesControllerTest < Test::Unit::TestCase @response = ActionController::TestResponse.new end - # Replace this with your real tests. - def test_truth - assert true + should 'have tests' do + flunk 'pending' end + end -- libgit2 0.21.2