Sha256: 09a67f733f2d908d1f36bf53e469d92a5339c362d10f7792fc10b6fcac4db28b

Contents?: true

Size: 262 Bytes

Versions: 5

Compression:

Stored size: 262 Bytes

Contents

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

describe LogStash::Inputs::Azuretable do

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

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
logstash-input-azuretable-0.1.4 spec/inputs/azuretable_spec.rb
logstash-input-azuretable-0.1.3 spec/inputs/azuretable_spec.rb
logstash-input-azuretable-0.1.2 spec/inputs/azuretable_spec.rb
logstash-input-azuretable-0.1.1 spec/inputs/azuretable_spec.rb
logstash-input-azuretable-0.1.0 spec/inputs/azuretable_spec.rb