symbolize serializer keys for spec comparison

This commit is contained in:
2014-09-22 17:37:13 +02:00
parent 863df1f3c4
commit 29c908a601
5 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ describe List do
expect{
list.place_order(products: {product.id => 5}, user: user)
}.to broadcast_to_supplier(supplier.id).message('orders_placed_count').with(count: 3)
}.to broadcast_to_supplier(supplier.id).message('orders_placed_count').with(count: 2)
end
end