- ActionController::RoutingError:
- it "should registrer new user" do
- get "new"
- fill_in "Email", :with => "abc@example.com"
- fill_in "Password", :with => "abc123"
- click_button "Sign up"
- response.should have_content("Welcome! You have registrered successfully.")
- end