weird postgres thing

This commit is contained in:
Maxwell Salzberg 2011-09-29 17:43:47 -07:00
parent 45491f06d5
commit 9760033fa5

View file

@ -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) }