Can't seem to pass options to Rspec Runner
Hi,
Each time I enter something in the Runner options input, it gets cleared when I run the spec. I've tried the long way, e.g. --format specdoc and the short way, e.g. -fs but to no avail.
Is it a bug or a feature (in which case, how does one make it work?)?
Thanks!
请先登录再写评论。
RubyMine recreates temporary run configurations. You should save your temp configuration


and then you can launch it using Run | Run... or using "rerun" action
Thanks Roman,
Exactly what I was looking for.
Jamal