features/support/paths.rb in activeadmin-0.6.0 vs features/support/paths.rb in activeadmin-0.6.1
- old
+ new
@@ -12,9 +12,11 @@
'/'
when /the dashboard/
"/admin"
when /the new post page/
"/admin/posts/new"
+ when /the login page/
+ "/admin/login"
when /the admin password reset form with reset password token "([^"]*)"/
"/admin/password/edit?reset_password_token=#{$1}"
# the index page for posts in the root namespace
# the index page for posts in the user_admin namespace