modifications to fix basic tests, many still need implementing
This commit is contained in:
parent
085f226cfe
commit
75eb9aa316
15 changed files with 234 additions and 216 deletions
test/support/fixtures
|
@ -5,7 +5,7 @@ defmodule Shift73k.AccountsFixtures do
|
|||
"""
|
||||
|
||||
def unique_user_email, do: "user#{System.unique_integer()}@example.com"
|
||||
def valid_user_password, do: "hello world!"
|
||||
def valid_user_password, do: "ValidPass47"
|
||||
|
||||
def user_fixture(attrs \\ %{}) do
|
||||
{:ok, user} =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue