module Main (main) where import Test.Hspec import qualified Test.Hledger.Row main :: IO () main = hspec Test.Hledger.Row.spec