Hi
Using logstash 2.3.1, after having run the "logstash-plugin install --development", the gemfile is updated and i can find the plugins manually.
The top of the ruby file containing the test contain the following lines:
require "logstash/devutils/rspec/spec_helper"
require "logstash/filters/multiline"
require "logstash/filters/grok"
require "logstash/filters/date"
require "logstash/filters/mutate"
require 'rspec/expectations'
...
When running the test i get the following error:
LoadError: no such file to load -- logstash/devutils/rspec/spec_helper
I have confirmed that the spec_helper exists both in the filestructure and the gemfile. Furthermore, it works on windows 8 with no problem.
My assumption at this point is, that an environmental value doesn't get set properly when installing the plugins when using windows 10.
I hope someone can help me. If more information is needed i will happily supply.
Best regards
Christoffer