Guest User

Untitled

a guest
May 5th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Loaded suite /usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader
  2. Started
  3.  
  4. SessionsControllerTest:
  5. PASS should login (0.25s)
  6. PASS should login -- API (0.01s)
  7. should logout (0.01s)
  8. should logout -- API (0.01s)
  9. PASS should not login with invalid password (0.01s)
  10. PASS should not login with invalid password -- API (0.01s)
  11. PASS should not login with invalid username (0.01s)
  12. PASS should not login with invalid username -- API (0.01s)
  13. PASS should show login (0.07s)
  14.  
  15. UsersControllerTest:
  16. PASS should not list users if not logged in (0.01s)
  17. PASS should not list users if not logged in -- API (0.01s)
  18. PASS should only list users for alice@smith.com if logged in as alice@smith.com (0.14s)
  19. PASS should only list users for alice@smith.com if logged in as alice@smith.com -- API (0.01s)
  20. PASS should only list users for john@doe.com if logged in as john@doe.com (0.01s)
  21. PASS should only list users for john@doe.com if logged in as john@doe.com -- API (0.01s)
  22.  
  23. Finished in 0.586346 seconds.
  24.  
  25. 15 tests, 50 assertions, 2 failures, 0 errors, 0 skips
  26. rake aborted!
  27. Command failed with status (2): [/usr/bin/ruby -I"lib:test" "/usr/lib/ruby/...]
  28.  
  29. Tasks: TOP => test:functionals
  30. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment