remove commented out spec

This commit is contained in:
Dan Hansen 2011-10-03 15:00:14 -05:00
parent 3eaa1c0584
commit e199010448

View file

@ -1,13 +1,6 @@
require 'spec_helper'
describe Jobs::ProcessPhoto do
it 'calls process on the photo' do
#photo = mock()
#photo.should_receive(:process)
#Photo.should_receive(:find).with(1).and_return(photo)
#Jobs::ProcessPhoto.perform(1)
end
before do
@user = alice
@aspect = @user.aspects.first