Skip to content

Instantly share code, notes, and snippets.

@steveburkett
Created September 10, 2014 22:44
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 steveburkett/125c079f4e6b65d481b4 to your computer and use it in GitHub Desktop.
Save steveburkett/125c079f4e6b65d481b4 to your computer and use it in GitHub Desktop.
Failures:
1) POST /walkins logged in body
Failure/Error: Unable to find matching line from backtrace
ActiveRecord::RecordInvalid:
Validation failed: Email has already been taken, Uid has already been taken
# -e:1:in `<main>'
2) Configuring a Lead Task logged in with no associated forms can unconfigure a lead task
Failure/Error: Unable to find matching line from backtrace
ActiveRecord::RecordInvalid:
Validation failed: Email has already been taken, Uid has already been taken
# -e:1:in `<main>'
3) Configuring a Lead Task logged in with no associated forms can configure a lead task
Failure/Error: Unable to find matching line from backtrace
ActiveRecord::RecordInvalid:
Validation failed: Email has already been taken, Uid has already been taken
# -e:1:in `<main>'
Finished in 7.16 seconds
447 examples, 3 failures
Failed examples:
rspec ./spec/api/walkin_push_spec.rb:23 # POST /walkins logged in body
rspec ./spec/features/admin/lead_tasks/configure_spec.rb:35 # Configuring a Lead Task logged in with no associated forms can unconfigure a lead task
rspec ./spec/features/admin/lead_tasks/configure_spec.rb:26 # Configuring a Lead Task logged in with no associated forms can configure a lead task
Randomized with seed 54248
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment