fixed issue in attack_vectors_spec

This commit is contained in:
danielvincent 2011-01-18 16:58:59 -08:00
parent 6ccf8a4d2d
commit 1fa39ad20d

View file

@ -6,7 +6,7 @@ require 'spec_helper'
describe "attack vectors" do
let(:user) { alice }
let(:user) { Factory.create(:user_with_aspect) }
let(:aspect) { user.aspects.first }
let(:bad_user) { Factory.create(:user)}
@ -207,7 +207,6 @@ describe "attack vectors" do
end
it 'does not let me update other persons post' do
pending "this needs to be a photo"
original_message = user2.post(:photo, :user_file => uploaded_photo, :caption => "store this!", :to => aspect2.id)
salmon_xml = user2.salmon(original_message).xml_for(user.person)