Include stud/try module to elasticsearch_spec test

Previously, a few elasticsearch integration tests relied on this module,
but the module could not be found.

Fixes #1929
This commit is contained in:
Tal Levy 2014-10-21 09:46:33 -07:00 committed by Jordan Sissel
parent a91c3c80f7
commit 475afda874

View file

@ -2,6 +2,7 @@ require "spec_helper"
require "ftw"
require "logstash/plugin"
require "logstash/json"
require "stud/try"
describe "outputs/elasticsearch" do