IZ MS two pending photo specs now pass

This commit is contained in:
maxwell 2010-11-02 16:49:40 -07:00
parent 8c89f8d87a
commit 3baa8b4552

View file

@ -16,6 +16,7 @@ describe Photo do
@photo = Photo.new(:album => @album)
@photo.person = @user.person
@photo.diaspora_handle = @user.person.diaspora_handle
end
describe "protected attributes" do
@ -104,13 +105,11 @@ describe Photo do
@xml.include?(@photo.album_id.to_s).should be true
end
it 'serializes the diaspora_handle' do
pending "For IZ, MS"
@xml.include?(@user.diaspora_handle).should be true
end
end
describe 'remote photos' do
it 'should set the remote_photo on marshalling' do
pending "For IZ, MS"
@photo.image.store! File.open(@fixture_name)