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