From 81476b79cad18c3453892d4caf4ccc032a778cac Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Fri, 25 Nov 2011 03:54:47 -0800 Subject: [PATCH] The home page is now /stream --- features/support/paths.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/paths.rb b/features/support/paths.rb index 3a9e78c44..cf0166ca1 100644 --- a/features/support/paths.rb +++ b/features/support/paths.rb @@ -2,7 +2,7 @@ module NavigationHelpers def path_to(page_name) case page_name when /^the home(?: )?page$/ - root_path + multi_path when /^step (\d)$/ if $1.to_i == 1 getting_started_path