Skip to content

Commit

Permalink
spec fix when running under bundler/travis
Browse files Browse the repository at this point in the history
  • Loading branch information
codekitchen committed Mar 3, 2015
1 parent 6855372 commit 083c987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/inputs/kinesis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run
let(:codec) { LogStash::Codecs::JSON.new() }

it "registers without error" do
input = LogStash::Plugin.lookup("input", "kinesis").new("kinesis_stream_name" => "specs")
input = LogStash::Plugin.lookup("input", "kinesis").new("kinesis_stream_name" => "specs", "codec" => codec)
expect { input.register }.to_not raise_error
end

Expand Down

0 comments on commit 083c987

Please sign in to comment.