noosfero | Making friends only relate to a person (!1626)

Álax Alves gitlab at mg.gitlab.com
Mon Oct 15 18:08:54 BRT 2018


Hey @diguliu I'm trying to test this like this:
``` ruby
  should 'should only list friends of a person' do
    community = fast_create(Community, name: 'my test profile', identifier: 'communitytest')

    get :index, profile: 'communitytest'
    assert_response :not_found
  end
```
but I keep getting 403 and not 404 as a response. Do you have any idea on what am I doing wrong?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1626#note_108970196
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20181015/eeba949f/attachment.html>


More information about the Noosfero-dev mailing list