Skip to content

Instantly share code, notes, and snippets.

@sleepyfox
Created April 9, 2014 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleepyfox/10255135 to your computer and use it in GitHub Desktop.
Save sleepyfox/10255135 to your computer and use it in GitHub Desktop.
module StarterSpec where
-- Details of Hspec at http://hspec.github.io
import Test.Hspec
main :: IO ()
main = hspec $ do
describe "An empty list" $ do
it "should have length zero" $
length [] `shouldBe` 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment