Add Runtime.Connection reader and writer actions
This commit is contained in:
+4
-1
@@ -2,6 +2,9 @@ module Main (main) where
|
||||
|
||||
import Test.Hspec (hspec)
|
||||
import qualified BusSpec
|
||||
import qualified ConnectionSpec
|
||||
|
||||
main :: IO ()
|
||||
main = hspec BusSpec.spec
|
||||
main = hspec $ do
|
||||
BusSpec.spec
|
||||
ConnectionSpec.spec
|
||||
|
||||
Reference in New Issue
Block a user