implemented SubFix.decode function
This commit is contained in:
@@ -23,12 +23,13 @@ module SubFixSpec (spec) where
|
||||
import Test.Hspec (Spec, describe)
|
||||
|
||||
import qualified SubFix.InternalSpec as Internal
|
||||
|
||||
import qualified SubFix.DecodeSpec as Decode
|
||||
import qualified SubFix.ConvertSpec as Convert
|
||||
|
||||
spec :: Spec
|
||||
spec = describe "SubFix" $ do
|
||||
Internal.spec
|
||||
Decode.spec
|
||||
Convert.spec
|
||||
|
||||
--jl
|
||||
|
||||
Reference in New Issue
Block a user