There was an error while loading. Please reload this page.
1 parent cd7e52e commit 56332bfCopy full SHA for 56332bf
spec/inputs/sqlite_spec.rb
@@ -1,5 +1,6 @@
1
# encoding: utf-8
2
require "logstash/devutils/rspec/spec_helper"
3
+require "logstash/devutils/rspec/shared_examples"
4
require "logstash/inputs/sqlite"
5
require "logstash/codecs/plain"
6
@@ -8,4 +9,4 @@
8
9
let(:config) { {"path" => "testdb.sqlite3"} }
10
it_behaves_like "an interruptible input plugin"
11
end
-end
12
+end
0 commit comments