Commit 6d1509b3e83412dc79591e58bb9f2542b5b8bc87
1 parent
e195a2df
Exists in
master
and in
28 other branches
ActionItem41: marking the need of having tests
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1306 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
test/functional/manage_communities_controller_test.rb
@@ -11,8 +11,8 @@ class ManageCommunitiesControllerTest < Test::Unit::TestCase | @@ -11,8 +11,8 @@ class ManageCommunitiesControllerTest < Test::Unit::TestCase | ||
11 | @response = ActionController::TestResponse.new | 11 | @response = ActionController::TestResponse.new |
12 | end | 12 | end |
13 | 13 | ||
14 | - # Replace this with your real tests. | ||
15 | - def test_truth | ||
16 | - assert true | 14 | + should 'have tests' do |
15 | + flunk 'pending' | ||
17 | end | 16 | end |
17 | + | ||
18 | end | 18 | end |