mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge branch 'filter-tests' into travis
This commit is contained in:
commit
84545e1125
2 changed files with 4 additions and 0 deletions
|
@ -108,4 +108,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.add_runtime_dependency "rspec" #(MIT license)
|
gem.add_runtime_dependency "rspec" #(MIT license)
|
||||||
gem.add_runtime_dependency "insist", "1.0.0" #(Apache 2.0 license)
|
gem.add_runtime_dependency "insist", "1.0.0" #(Apache 2.0 license)
|
||||||
gem.add_runtime_dependency "rumbster" # For faking smtp in email tests (Apache 2.0 license)
|
gem.add_runtime_dependency "rumbster" # For faking smtp in email tests (Apache 2.0 license)
|
||||||
|
|
||||||
|
#Development Deps
|
||||||
|
gem.add_development_dependency "coveralls"
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
require 'coveralls' and Coveralls.wear! if ENV['COVERAGE']
|
||||||
require "insist"
|
require "insist"
|
||||||
require "logstash/agent"
|
require "logstash/agent"
|
||||||
require "logstash/pipeline"
|
require "logstash/pipeline"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue