packages feed

guid-0.1.0: test/GuidSpec.hs

module GuidSpec (spec) where

import Guid

import Test.Hspec

spec :: Spec
spec =
  describe "main" $ do
    it "returns the unit" $
      main `shouldReturn` ()