Skip to content

Instantly share code, notes, and snippets.

@walter
Created June 16, 2016 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walter/c2591a8f961287ad549cea1568582f0f to your computer and use it in GitHub Desktop.
Save walter/c2591a8f961287ad549cea1568582f0f to your computer and use it in GitHub Desktop.
user_from_auth_spec.exs:124
** (MatchError) no match of right hand side value: %CubspotPhoenix.User{__meta__: #Ecto.Schema.Metadata<:loaded>, auth_provider_authorizations: #Ecto.Association.NotLoaded<association :auth_provider_authorizations is not loaded>, email: "fred@example.com", gender: nil, id: 360, inserted_at: #Ecto.DateTime<2016-06-16 03:54:10>, name: "Bob Dobbs", phone: nil, postcode: nil, preferred_name: "Bob", updated_at: #Ecto.DateTime<2016-06-16 03:54:10>}
spec/auth/user_from_auth_spec.exs:125: CubspotPhoenix.UserFromAuthSpec.example_returns_an_error_zwjlotmpskryghifabenxuqvcd/1
(espec) lib/espec/example_runner.ex:62: ESpec.ExampleRunner.try_run/3
(espec) lib/espec/example_runner.ex:39: ESpec.ExampleRunner.run_example/2
(elixir) lib/enum.ex:1088: Enum."-map/2-lists^map/1-0-"/2
(elixir) lib/enum.ex:1088: Enum."-map/2-lists^map/1-0-"/2
(espec) lib/espec/runner.ex:71: ESpec.Runner.run_examples/1
(espec) lib/espec/runner.ex:44: ESpec.Runner.do_run/2
(espec) lib/espec/runner.ex:30: ESpec.Runner.handle_call/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment