http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion/FreakU/Retrospring/commit/08c7908b524ef2c81beb3cf5592a0e9b427c26a8
" , } , } end subject { post :create , params : registration_params } context " when captcha is invalid " do let ( :captcha_successful ) { false } before do allow ( controller ) . to receive ( :verify_hcaptcha ) . and_return ( false ) end it " doesn't allow a registration with an invalid captcha " do expect { subject } . not_to ( change { User . count } ) expect ( response ) . to redirect_to :new_user_registration @ -48,17 +51,39 @@ describe User::RegistrationsController,...