Skip to content
Snippets Groups Projects
Commit 9760033f authored by Maxwell Salzberg's avatar Maxwell Salzberg
Browse files

weird postgres thing

parent 45491f06
No related branches found
No related tags found
No related merge requests found
......@@ -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) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment