data-validation-0.1.0.0: test/Spec.hs
{-# OPTIONS_GHC -F -pgmF hspec-discover #-}
-- **DO NOT ADD CODE TO THIS FILE**
-- The tests are using HSpec's auto discovery feature.
-- To Add a spec, just create a file with the same directory structure as the project.
-- The file name must end with Spec.hs.
-- The module must export a function called 'spec' with a return type of Spec.
-- https://hspec.github.io/hspec-discover.html