aboutsummaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/support/paths.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/support/paths.rb b/features/support/paths.rb
index dbd04dd..1fdf9f8 100644
--- a/features/support/paths.rb
+++ b/features/support/paths.rb
@@ -4,9 +4,9 @@ module NavigationHelpers
def path_to(page_name)
case page_name
when /the list of blog posts/
- admin_blog_posts_path
+ refinery_admin_blog_posts_path
when /the new blog posts? form/
- new_admin_blog_post_path
+ new_refinery_admin_blog_post_path
else
begin
if page_name =~ /the blog post titled "?([^\"]*)"?/ and (page = BlogPost.find_by_title($1)).present?