remove unnecessary directory level

This commit is contained in:
Trolli Schmittlauch 2020-05-17 01:44:58 +02:00
parent fdd4efe269
commit 60c164dbb0
20 changed files with 0 additions and 0 deletions

8
test/Specs.hs Normal file
View file

@ -0,0 +1,8 @@
module Main (main) where
import Test.Hspec
import qualified FediChordSpec
main :: IO ()
main = hspec $ do
describe "FediChord tests" FediChordSpec.spec