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