diff --git a/features/support/paths.rb b/features/support/paths.rb index 12fb4c2..34bc165 100644 --- a/features/support/paths.rb +++ b/features/support/paths.rb @@ -20,6 +20,9 @@ module NavigationHelpers when /^\// page_name + when /^(.*)'s profile/ + '/profile/' + profile_identifier($1) + when /article "([^"]+)"\s*$/ url_for(Article.find_by_name($1).url.merge({:only_path => true})) -- libgit2 0.21.2