Commit 9f81f9be10aa3c9cc6cb3108b62ecc2c6579d236
1 parent
f966d637
Exists in
master
and in
22 other branches
ActionItem16: adding a FIXME to get there again later
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@877 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/functional/enterprise_validation_test.rb
... | ... | @@ -62,7 +62,7 @@ class EnterpriseValidationControllerTest < Test::Unit::TestCase |
62 | 62 | validation = CreateEnterprise.new |
63 | 63 | @org.expects(:find_pending_validation).with('kakakaka').returns(validation) |
64 | 64 | |
65 | - # this is not working, but should. Anyway the assert_response and | |
65 | + # FIXME: this is not working, but should. Anyway the assert_response and | |
66 | 66 | # assert_template below in some test some things we need. But the |
67 | 67 | # expectation below must be put to work. |
68 | 68 | # | ... | ... |