Merge branch 'develop' into issue_5149
Conflicts: spec/controllers/aspects_controller_spec.rb spec/controllers/conversations_controller_spec.rb spec/controllers/people_controller_spec.rb spec/controllers/photos_controller_spec.rb spec/integration/receiving_spec.rb spec/lib/postzord/receiver/public_spec.rb spec/models/post_spec.rb spec/models/user/querying_spec.rb
This commit is contained in:
parent
4edd824d3c
commit
c27b38d69a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ describe Postzord::Receiver::Public do
|
||||||
@receiver.perform!
|
@receiver.perform!
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'enqueues a Workers::ReceiveLocalBatch' do
|
it 'enqueues a Workers::ReceiveLocalBatch' do
|
||||||
expect(Workers::ReceiveLocalBatch).to receive(:perform_async).with(anything, anything, anything)
|
expect(Workers::ReceiveLocalBatch).to receive(:perform_async).with(anything, anything, anything)
|
||||||
@receiver.perform!
|
@receiver.perform!
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue