Query tankerkönig API with given apikey and station
This commit is contained in:
parent
b5d61674d8
commit
6603e65131
6 changed files with 242 additions and 48 deletions
|
|
@ -1,12 +1,8 @@
|
|||
module TK2MQTTSpec (spec) where
|
||||
|
||||
import HCat.Internal
|
||||
|
||||
import TK2MQTT.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
|
||||
spec = pure ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue