Fix facebook spec
This commit is contained in:
parent
0b329bf385
commit
1ecdba9bae
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ JSON
|
||||||
|
|
||||||
describe '#finder' do
|
describe '#finder' do
|
||||||
it 'does a synchronous call if it has not been called before' 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
|
@service.finder
|
||||||
end
|
end
|
||||||
context 'opts' do
|
context 'opts' do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue