mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Rename the Interpreter spec.
This commit is contained in:
parent
a442bfeea1
commit
69595553d6
@ -153,11 +153,11 @@ test-suite test
|
||||
, Data.Term.Spec
|
||||
, Diffing.Algorithm.RWS.Spec
|
||||
, Diffing.Algorithm.SES.Spec
|
||||
, Diffing.Interpreter.Spec
|
||||
, Semantic.Spec
|
||||
, Semantic.CLI.Spec
|
||||
, Semantic.IO.Spec
|
||||
, Semantic.Stat.Spec
|
||||
, InterpreterSpec
|
||||
, SpecHelpers
|
||||
, TOCSpec
|
||||
, IntegrationSpec
|
||||
|
@ -1,5 +1,5 @@
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
module InterpreterSpec where
|
||||
module Diffing.Interpreter.Spec where
|
||||
|
||||
import Data.Diff
|
||||
import Data.Functor.Both
|
@ -8,7 +8,7 @@ import qualified Data.Source.Spec
|
||||
import qualified Data.Term.Spec
|
||||
import qualified Diffing.Algorithm.RWS.Spec
|
||||
import qualified Diffing.Algorithm.SES.Spec
|
||||
import qualified InterpreterSpec
|
||||
import qualified Diffing.Interpreter.Spec
|
||||
import qualified TOCSpec
|
||||
import qualified IntegrationSpec
|
||||
import qualified Semantic.Spec
|
||||
@ -29,7 +29,7 @@ main = hspec $ do
|
||||
describe "Data.Term" Data.Term.Spec.spec
|
||||
describe "Diffing.Algorithm.RWS" Diffing.Algorithm.RWS.Spec.spec
|
||||
describe "Diffing.Algorithm.SES" Diffing.Algorithm.SES.Spec.spec
|
||||
describe "Interpreter" InterpreterSpec.spec
|
||||
describe "Diffing.Interpreter" Diffing.Interpreter.Spec.spec
|
||||
describe "Semantic" Semantic.Spec.spec
|
||||
describe "Semantic.CLI" Semantic.CLI.Spec.spec
|
||||
describe "Semantic.IO" Semantic.IO.Spec.spec
|
||||
|
Loading…
Reference in New Issue
Block a user