packages feed

tinytools-0.1.0.0: test/Potato/Flow/LlamaSpec.hs

module Potato.Flow.LlamaSpec (
  spec
) where


import           Relude

import           Test.Hspec

import Potato.Flow.Llama

spec :: Spec
spec = do
  describe "Llama" $ do
    it "TODO" $ do
      True `shouldBe` True