mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- add readme for running the tests
- remove ideas file
This commit is contained in:
parent
23dd75024e
commit
5795b87aca
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
* 'sample' input
|
||||
* configure filters
|
||||
* test events after filtering
|
10
spec/README.md
Normal file
10
spec/README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# How to run these tests
|
||||
|
||||
Run one:
|
||||
|
||||
`rspec spec/the/test.rb`
|
||||
|
||||
Run them all:
|
||||
|
||||
`rspec spec/**/*.rb`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue