Skip to content

Commit

Permalink
adding test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Nov 4, 2014
1 parent ac2d367 commit 0656b0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
*.gem
Gemfile.lock
Gemfile.bak
.bundle
vendor
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
source 'http://rubygems.org'
gem 'rake'
gem 'gem_publisher'
gem 'archive-tar-minitar'
6 changes: 6 additions & 0 deletions spec/outputs/zabbix_spec.rb
@@ -0,0 +1,6 @@
# encoding: utf-8
require 'spec_helper'
require 'logstash/outputs/zabbix'

describe LogStash::Outputs::Zabbix do
end

0 comments on commit 0656b0c

Please sign in to comment.