-- 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 users package. -- -- All backend packages should conform to this specification. @package users-test @version 0.5.0.1 module Web.Users.TestSpec makeUsersSpec :: UserStorageBackend b => b -> Spec