remove security hax comment

This commit is contained in:
Benjamin Neff 2015-05-17 02:18:23 +02:00 committed by Dennis Schubert
parent 196e438286
commit 7cccb6594f

View file

@ -213,7 +213,6 @@ describe Photo, :type => :model do
end
it 'should set the remote_photo on marshalling' do
#security hax
user2 = FactoryGirl.create(:user)
aspect2 = user2.aspects.create(:name => "foobars")
connect_users(@user, @aspect, user2, aspect2)