changed project/app name
This commit is contained in:
parent
4fbafbfa5e
commit
cd31432f88
89 changed files with 421 additions and 417 deletions
test/support/fixtures
|
@ -1,7 +1,7 @@
|
|||
defmodule RealEstate.AccountsFixtures do
|
||||
defmodule Bones73k.AccountsFixtures do
|
||||
@moduledoc """
|
||||
This module defines test helpers for creating
|
||||
entities via the `RealEstate.Accounts` context.
|
||||
entities via the `Bones73k.Accounts` context.
|
||||
"""
|
||||
|
||||
def unique_user_email, do: "user#{System.unique_integer()}@example.com"
|
||||
|
@ -14,7 +14,7 @@ defmodule RealEstate.AccountsFixtures do
|
|||
email: unique_user_email(),
|
||||
password: valid_user_password()
|
||||
})
|
||||
|> RealEstate.Accounts.register_user()
|
||||
|> Bones73k.Accounts.register_user()
|
||||
|
||||
user
|
||||
end
|
||||
|
@ -26,7 +26,7 @@ defmodule RealEstate.AccountsFixtures do
|
|||
email: unique_user_email(),
|
||||
password: valid_user_password()
|
||||
})
|
||||
|> RealEstate.Accounts.register_admin()
|
||||
|> Bones73k.Accounts.register_admin()
|
||||
|
||||
user
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue