Sha256: cee302edcd7b8d914da92d6b640045a1420c6384584f922f5928a08497e741b2

Contents?: true

Size: 303 Bytes

Versions: 8

Compression:

Stored size: 303 Bytes

Contents

# encoding: utf-8
require "logstash/devutils/rspec/spec_helper"
require "logstash/inputs/sqlite"
require "logstash/codecs/plain"

describe LogStash::Inputs::Sqlite do
  describe "stopping" do
    let(:config) { {"path" => "testdb.sqlite3"} }
    it_behaves_like "an interruptible input plugin"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
logstash-input-sqlite-3.0.4 spec/inputs/sqlite_spec.rb
logstash-input-sqlite-3.0.3 spec/inputs/sqlite_spec.rb
logstash-input-sqlite-3.0.2 spec/inputs/sqlite_spec.rb
logstash-input-sqlite-3.0.1 spec/inputs/sqlite_spec.rb
logstash-input-sqlite-3.0.0 spec/inputs/sqlite_spec.rb
logstash-input-sqlite-2.0.4 spec/inputs/sqlite_spec.rb
logstash-input-sqlite-2.0.2 spec/inputs/sqlite_spec.rb
logstash-input-sqlite-2.0.1 spec/inputs/sqlite_spec.rb