From c50471135e80c1d805766cdc6e3b498784a4de5b Mon Sep 17 00:00:00 2001 From: Christopher Meiklejohn Date: Fri, 16 Sep 2011 20:00:30 -0400 Subject: [PATCH] Kill double coverage scenario since we've already got it in handle/sign_in. --- features/clearance/visitor_signs_up.feature | 6 ------ 1 file changed, 6 deletions(-) diff --git a/features/clearance/visitor_signs_up.feature b/features/clearance/visitor_signs_up.feature index e036a183fa6..46739f7f4a9 100644 --- a/features/clearance/visitor_signs_up.feature +++ b/features/clearance/visitor_signs_up.feature @@ -19,9 +19,3 @@ Feature: Sign up And I fill in "Password" with "" And I press "Sign up" Then I should see "Password can't be blank" - - Scenario: Visitor signs up with valid data - When I fill in "Email" with "email@example.com" - And I fill in "Password" with "password" - And I press "Sign up" - Then I should be on the home page