Skip to content
Katrin edited this page Apr 11, 2016 · 1 revision

We continue working on sessions

  1. fix tests from adding clearence
  • first we need to solve conflicts between the current branch and master
  • add clearence test helper
  • get rid of login stuff (helper methods) that was there before devise, like login_path (now: sign_in_path)
  • create new role: user, that is logged-in, but not an admin; adjust tests to that
  1. create AdminController for admin-only stuff for better arrangement
  • move all admin-related actions to new controller
  • fix routes
  • fix views (paths)
  • delete before_action in EventsController
  1. Homework
  • fix pending test inside AdminController Tests