mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- skip if not running in a jar
This commit is contained in:
parent
e65aaf3459
commit
644a027178
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require "insist"
|
||||
|
||||
describe "logstash jar features" do
|
||||
describe "logstash jar features", :if => (__FILE__ =~ /file:.*~/) do
|
||||
before :each do
|
||||
@jar_root = __FILE__.split("!").first + "!"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue