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