Add missing require

This lets plugins test against core. Oops.

Fixes #5297

Fixes #5305
This commit is contained in:
Jordan Sissel 2016-05-15 11:14:45 -07:00
parent fdd98591d4
commit c6aaf58ff0

View file

@ -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