when i issue following command
jruby -S rspec
It run with following warning
C:/jruby-1.7.4/lib/ruby/gems/shared/gems/simplecov-0.7.1/lib/simplecov.rb:34 warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
So here my question is how to use this --debug option while running rspec