diff --git a/spec/system/registration_form_spec.rb b/spec/system/registration_form_spec.rb index 32ff9f824..046d946c4 100644 --- a/spec/system/registration_form_spec.rb +++ b/spec/system/registration_form_spec.rb @@ -65,7 +65,6 @@ describe "Registration form" do visit new_user_registration_path fill_in "user_username", with: "robot" - fill_in "user_address", with: "This is the honeypot field" fill_in "user_email", with: "robot@robot.com" fill_in "user_password", with: "destroyallhumans" fill_in "user_password_confirmation", with: "destroyallhumans"