hi
environment: macos yosemite.
use the following steps:
- rbenv install jruby-9.1.6.0
- cd logstash-git-path
- jruby -S gem install bundler
- jruby -S bundle install
- jruby -S bundle exec rspec
jruby -S bundle exec rspec
result:
bundler: command not found: rspec
Install missing gem executables with `bundle install`
As mac has a builtin ruby, so i used the jruby -S commands.
What should i do? Freshman to ruby.
Thx