diff --git a/spec/httparty/response_spec.rb b/spec/httparty/response_spec.rb index 845adca..b9aff08 100644 --- a/spec/httparty/response_spec.rb +++ b/spec/httparty/response_spec.rb @@ -66,7 +66,7 @@ RSpec.describe HTTParty::Response do subject { described_class.new(request, @response_object, @parsed_response) } it 'does not throw exception' do - expect{ subject }.not_to raise_error(HTTParty::ResponseError) + expect{ subject }.not_to raise_error end end end