weird postgres thing
This commit is contained in:
parent
45491f06d5
commit
9760033fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ require File.join(Rails.root, 'lib','postzord', 'receiver', 'local_batch')
|
|||
describe Postzord::Receiver::LocalBatch do
|
||||
before do
|
||||
@object = Factory(:status_message, :author => alice.person)
|
||||
@ids = [bob.id]
|
||||
@ids = [bob.id.to_s]
|
||||
end
|
||||
|
||||
let(:receiver) { Postzord::Receiver::LocalBatch.new(@object, @ids) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue