features/support/paths.rb in activeadmin-0.6.2 vs features/support/paths.rb in activeadmin-0.6.3

- old
+ new

@@ -14,10 +14,10 @@ "/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 "([^"]*)"/ + when /the admin password reset form with 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 when /^the index page for (.*) in the (.*) namespace$/