Skip to content

Commit

Permalink
Use Spec instead of Specs in example
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jun 9, 2012
1 parent ae02527 commit 86649ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Spec.hs
Expand Up @@ -5,7 +5,7 @@ import Test.Hspec.ShouldBe
main :: IO ()
main = hspecX spec

spec :: Specs
spec :: Spec
spec = do

describe "reverse" $ do
Expand Down

0 comments on commit 86649ea

Please sign in to comment.