aboutsummaryrefslogtreecommitdiff
path: root/specs/Specs/FooSpec.hs
blob: 295ef7991c4f81fb8af02296309eb2949678dba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module Specs.FooSpec where

import Test.Hspec

test :: SpecWith ()
test = do
  describe "stuff" $ do
    context "when things" $ do
      it "does stuf" $ do
        1 `shouldBe` 1