Autotest integration same as Spork is integrated now
Permanently deleted user
创建于
Hi,
I wonder is there a way I can get a menu entry for autotest, the way you have for spork now ? Or at least, is there a way to run autotest in console inside ruby mine.
That's great, but I don't think this uses the autotest gem https://rubygems.org/gems/autotest. I was looking for a integratin with this gem, I don't really need any fancy UI just a simple console that runs autotest, I hate having multiple comand prompt windows opened 1 for spork, 1 for autotest and 1 for IRB (latest version of rails broke the IRB from Ruby Mine).
RubyMine doesn't provide any special integration with the gem. You may configure ruby script run configuration for 'autotest' script but it wont be integrated with GUI test runner..
See autotest button in run configuration results tool window

Hi Roman,
That's great, but I don't think this uses the autotest gem https://rubygems.org/gems/autotest. I was looking for a integratin with this gem, I don't really need any fancy UI just a simple console that runs autotest, I hate having multiple comand prompt windows opened 1 for spork, 1 for autotest and 1 for IRB (latest version of rails broke the IRB from Ruby Mine).
Thanks,
RubyMine doesn't provide any special integration with the gem. You may configure ruby script run configuration for 'autotest' script but it wont be integrated with GUI test runner..