From 18690f2b44fc1ab39ea99fc4e44635550b799799 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sun, 23 Oct 2011 19:07:32 -0700 Subject: [PATCH] all cukes green; spelling error, whoops --- features/change_password.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/change_password.feature b/features/change_password.feature index 6299756d4..03daf9364 100644 --- a/features/change_password.feature +++ b/features/change_password.feature @@ -13,7 +13,7 @@ Feature: Change password Then I should see "Password changed" Then I should be on the new user session page When I sign in with password "newsecret" - Then I should be on the mutli page + Then I should be on the multi page Scenario: Reset my password Given a user with email "forgetful@users.net"