Created
September 10, 2014 22:44
-
-
Save steveburkett/125c079f4e6b65d481b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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