Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 165 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 165 Bytes

How to run these tests

Run one:

rspec spec/the/test.rb

Run them all:

rspec spec/**/*.rb

Debug one test:

LOGSTASH_DEBUG=y rspec spec/the/test.rb