Changing spec to pending because it hasn't been implemented yet

This commit is contained in:
Sarah Mei 2010-10-10 13:29:03 -07:00
parent fd0902abb4
commit 2a24de2ba7

View file

@ -46,7 +46,8 @@ describe User do
user.raw_visible_posts.first.message.should == "store this!"
end
it 'overites another persons profile' do
it 'overites another persons profile' do
pending "don't allow profile overwriting"
profile = user2.profile.clone
profile.first_name = "Not BOB"