mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Rename the Stat spec.
This commit is contained in:
parent
59166b50bb
commit
4b06df7db4
@ -154,8 +154,8 @@ test-suite test
|
||||
, DiffSpec
|
||||
, Semantic.CLI.Spec
|
||||
, Semantic.IO.Spec
|
||||
, Semantic.Stat.Spec
|
||||
, SemanticSpec
|
||||
, Semantic.StatSpec
|
||||
, InterpreterSpec
|
||||
, SpecHelpers
|
||||
, TermSpec
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Semantic.StatSpec where
|
||||
module Semantic.Stat.Spec where
|
||||
|
||||
import Semantic.Stat
|
||||
import Test.Hspec hiding (shouldBe, shouldNotBe, shouldThrow, errorCall)
|
@ -13,13 +13,13 @@ import qualified TOCSpec
|
||||
import qualified IntegrationSpec
|
||||
import qualified Semantic.CLI.Spec
|
||||
import qualified Semantic.IO.Spec
|
||||
import qualified Semantic.Stat.Spec
|
||||
import qualified SemanticSpec
|
||||
import qualified Semantic.StatSpec
|
||||
import Test.Hspec
|
||||
|
||||
main :: IO ()
|
||||
main = hspec $ do
|
||||
describe "Semantic.Stat" Semantic.StatSpec.spec
|
||||
describe "Semantic.Stat" Semantic.Stat.Spec.spec
|
||||
parallel $ do
|
||||
describe "Assigning.Assignment" Assigning.Assignment.Spec.spec
|
||||
describe "Data.Functor.Classes.Ord.Generic" Data.Functor.Classes.Ord.Generic.Spec.spec
|
||||
|
Loading…
Reference in New Issue
Block a user