mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
7 lines
No EOL
152 B
Ruby
7 lines
No EOL
152 B
Ruby
require File.join(File.dirname(__FILE__), '..', 'spec_helper.rb')
|
|
|
|
describe "/search" do
|
|
before(:each) do
|
|
@response = request("/search")
|
|
end
|
|
end |