12 lines
246 B
Haskell
12 lines
246 B
Haskell
module TK2MQTTSpec (spec) where
|
|
|
|
import HCat.Internal
|
|
|
|
import Test.Hspec
|
|
import Test.Hspec.QuickCheck (prop)
|
|
|
|
spec :: Spec
|
|
spec = do
|
|
describe "parseArgs" do
|
|
it "returns the filename if given a single argument" do
|
|
True `shouldBe` True
|