Fix facebook spec

This commit is contained in:
Sarah Mei 2011-11-04 22:22:39 -07:00
parent 0b329bf385
commit 1ecdba9bae

View file

@ -97,7 +97,7 @@ JSON
describe '#finder' do
it 'does a synchronous call if it has not been called before' do
@service.should_receive(:save_friends)
Resque.should_receive(:enqueue).with(Jobs::UpdateServiceUsers, @service.id)
@service.finder
end
context 'opts' do