Guest User

Untitled

a guest
Feb 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. 1) Failure:
  2. test: Given a user a POST to #create with bad credentials should return the correct value from the session for key :user_id. (SessionsControllerTest)
  3.  
  4. Expected 63 but was .
  5. <63> expected but was
  6. <nil>.
  7.  
  8. 2) Failure:
  9. test: Given a user on GET to /sessions/new should have a session form.
  10.  
  11. Expected at least 1 element matching "form[action='/session'][method='post']", found 0.
  12. <false> is not true.
  13.  
  14. 3) Failure:
  15. test: A logged in user viewing their account on GET to /users/:id/edit should have a user form. (UsersControllerTest)
  16.  
  17. Expected at least 1 element matching "input[type='submit']", found 0.
  18. <false> is not true.
  19.  
  20. 4) Failure:
  21. test: The public on GET to /users/new should have a user form. (UsersControllerTest)
  22.  
  23. Expected at least 1 element matching "input[type='submit']", found 0.
  24. <false> is not true.
Add Comment
Please, Sign In to add comment