mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Add missing require
This lets plugins test against core. Oops. Fixes #5297 Fixes #5305
This commit is contained in:
parent
fdd98591d4
commit
c6aaf58ff0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ require_relative 'coverage_helper'
|
|||
CoverageHelper.eager_load if ENV['COVERAGE']
|
||||
|
||||
require "logstash/devutils/rspec/spec_helper"
|
||||
require "logstash/logging/json"
|
||||
|
||||
class JSONIOThingy < IO
|
||||
def initialize; end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue