Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created February 22, 2016 00:16
Show Gist options
  • Select an option

  • Save johnhamelink/0355b841ee3b5ac34731 to your computer and use it in GitHub Desktop.

Select an option

Save johnhamelink/0355b841ee3b5ac34731 to your computer and use it in GitHub Desktop.
{:ok, session = %Session{user_token: _}} = %Session{
email: Faker.Internet.email,
type: "User",
user_token: "DUMMY123"
}
|> Session.changeset(%{})
|> DB.Repo.insert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment