From d15376fd3d7d04aae40d6957115c305c3743eeee Mon Sep 17 00:00:00 2001 From: Eric Herot <400447+eherot@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:35:53 -0400 Subject: [PATCH] Add spec_helper --- spec/inputs/s3/event_processor_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/inputs/s3/event_processor_spec.rb b/spec/inputs/s3/event_processor_spec.rb index 8f2a56b..d3760a5 100644 --- a/spec/inputs/s3/event_processor_spec.rb +++ b/spec/inputs/s3/event_processor_spec.rb @@ -1,4 +1,5 @@ # encoding: utf-8 +require "logstash/devutils/rspec/spec_helper" require "logstash/inputs/s3/event_processor" require "logstash/codecs/json" require "logstash/json"