Round time values to make spec green as in rails 4, for unknown reason, the timestamps are differing in some miliseconds

This commit is contained in:
Luis Ramos
2020-03-06 10:16:58 +00:00
parent 6304a085c0
commit 55941a1206

View File

@@ -24,7 +24,7 @@ describe Api::EnterpriseShopfrontSerializer do
end
it "serializes next order cycle close time" do
expect(serializer.serializable_hash[:orders_close_at]).to match oc.orders_close_at
expect(serializer.serializable_hash[:orders_close_at].round).to match oc.orders_close_at.round
end
it "serializes shipping method types" do