Sha256: dc5562d69a8d52cec7265b02aeabde6855e9d869c1161f9ca734684b65ae3392
Contents?: true
Size: 301 Bytes
Versions: 18
Compression:
Stored size: 301 Bytes
Contents
require_relative '../jdbc_spec_helper' describe LogStash::Outputs::Jdbc do context 'when initializing' do it 'shouldn\'t register without a config' do expect do LogStash::Plugin.lookup('output', 'jdbc').new end.to raise_error(LogStash::ConfigurationError) end end end
Version data entries
18 entries across 18 versions & 2 rubygems