diff --git a/hspec.cabal b/hspec.cabal
--- a/hspec.cabal
+++ b/hspec.cabal
@@ -1,5 +1,5 @@
 name:             hspec
-version:          2.1.1
+version:          2.1.2
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2014 Simon Hengel,
@@ -41,8 +41,8 @@
       src
   build-depends:
       base == 4.*
-    , hspec-core == 2.1.1
-    , hspec-discover == 2.1.1
+    , hspec-core == 2.1.2
+    , hspec-discover == 2.1.2
     , hspec-expectations == 0.6.1.*
     , transformers >= 0.2.2.0
     , QuickCheck >= 2.5.1
diff --git a/src/Test/Hspec.hs b/src/Test/Hspec.hs
--- a/src/Test/Hspec.hs
+++ b/src/Test/Hspec.hs
@@ -30,6 +30,7 @@
 -- * Hooks
 , ActionWith
 , before
+, before_
 , beforeWith
 , beforeAll
 , after
