-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Library to test backends for the users library
--   
--   Provides HSpec helpers for backends of <a>users package</a>.
--   
--   All backend packages should conform to this specification.
@package users-test
@version 0.5.0.1

module Web.Users.TestSpec
makeUsersSpec :: forall b. UserStorageBackend b => b -> Spec
