do
describe "finding unbilled dates" $ do
pure ()
--it "returns the billing date in the presence of an expired payment request" $
-- forAll ((,) <$> genSatoshi <*> listOf genBid) $
-- \(raiseAmount', bids) ->
-- case runAuction' raiseAmount' bids of
-- WinningBids xs -> bidsTotal xs == raiseAmount'
-- InsufficientBids t -> t == (raiseAmount' - bidsTotal bids)
hspec spec