fixed user signup spec failure

This commit is contained in:
Mike Slemmer 2012-12-01 21:15:18 -08:00
parent f4afd9bcb1
commit 35a9597060
1 changed files with 0 additions and 3 deletions

View File

@ -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