mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Add jar specs
This commit is contained in:
parent
d0608971bb
commit
c35e557ab8
1 changed files with 12 additions and 0 deletions
12
spec/jar.rb
Normal file
12
spec/jar.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require "insist"
|
||||
|
||||
describe "logstash jar features" do
|
||||
before :each do
|
||||
@jar_root = __FILE__.split("!").first
|
||||
end
|
||||
|
||||
it "must contain GeoCityLite.dat" do
|
||||
path = File.join(@jar_root, "GeoCityLite.dat")
|
||||
insist { File }.exists?(path)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue