features/support/paths.rb in activeadmin-0.2.2 vs features/support/paths.rb in activeadmin-0.3.0
- old
+ new
@@ -10,9 +10,11 @@
when /the home\s?page/
'/'
when /the dashboard/
"/admin"
+ when /the new post page/
+ "/admin/posts/new"
# 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$/
if $2 != 'root'