Sha256: c7ff5f211ce164d09af0e5c83407595295d4f5d17852713eb391df7be18dde3d

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 Bytes

Contents

require "logstash/devutils/rspec/spec_helper"
require "logstash/plugin"
require "logstash/inputs/github"

describe  LogStash::Inputs::GitHub do

  let(:plugin) { LogStash::Plugin.lookup("input", "github").new( {"port" => 9999} ) }

  it "register without errors" do
    expect { plugin.register }.to_not raise_error
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
logstash-input-github-2.0.5 spec/inputs/github_spec.rb
logstash-input-github-2.0.3 spec/inputs/github_spec.rb
logstash-input-github-2.0.2 spec/inputs/github_spec.rb
logstash-input-github-2.0.1 spec/inputs/github_spec.rb
logstash-input-github-0.1.5 spec/inputs/github_spec.rb