Sha256: 098aa719fbad5b869aaf93fae1fb9fd7f79edad64b3be6802dc5ef6d8bd12783

Contents?: true

Size: 255 Bytes

Versions: 19

Compression:

Stored size: 255 Bytes

Contents

# encoding: utf-8
require "logstash/devutils/rspec/spec_helper"
require "logstash/inputs/mongoprofile"

describe LogStash::Inputs::Mongoprofile do

  it_behaves_like "an interruptible input plugin" do
    let(:config) { { "interval" => 100 } }
  end

end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
logstash-input-mongoprofile-0.1.15 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.14 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.13 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.12 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.11 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.10 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.9 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.8 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.7 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.6 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.5 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.4 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.3 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.2 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.1 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.1.0 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.0.4 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.0.3 spec/inputs/mongoprofile_spec.rb
logstash-input-mongoprofile-0.0.2 spec/inputs/mongoprofile_spec.rb