Skip to content

Commit 56332bf

Browse files
committed
Test: adjust for devutils 2.0 compat
1 parent cd7e52e commit 56332bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/inputs/sqlite_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# encoding: utf-8
22
require "logstash/devutils/rspec/spec_helper"
3+
require "logstash/devutils/rspec/shared_examples"
34
require "logstash/inputs/sqlite"
45
require "logstash/codecs/plain"
56

@@ -8,4 +9,4 @@
89
let(:config) { {"path" => "testdb.sqlite3"} }
910
it_behaves_like "an interruptible input plugin"
1011
end
11-
end
12+
end

0 commit comments

Comments
 (0)