describe "database_authenticatable" do alias <%= inspect schema.module %> test "find_user_by_email with NO existing user" do end test "find_user_by_email with an existing user" do end end