From 35a95970600d04106d16903d36967ee51eb0b16b Mon Sep 17 00:00:00 2001 From: Mike Slemmer Date: Sat, 1 Dec 2012 21:15:18 -0800 Subject: [PATCH] fixed user signup spec failure --- spec/requests/user_pages_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/requests/user_pages_spec.rb b/spec/requests/user_pages_spec.rb index 073f22066..74c4b694f 100644 --- a/spec/requests/user_pages_spec.rb +++ b/spec/requests/user_pages_spec.rb @@ -117,9 +117,6 @@ describe "User pages" do fill_in "Last Name", with: "User" fill_in "Name", with: "Example User" fill_in "Email", with: "user@example.com" - fill_in "City", with: "Austin" - fill_in "State", with: "TX" - fill_in "Country", with: "USA" fill_in "Password", with: "foobar" fill_in "Confirmation", with: "foobar" end