For some inexplicable reason, RubyMine autosaves every change you make and so every key stroke will trigger Guard to run your tests! And the most ridiculous thing is that there
Or you can add a run_guard.rb file at the root of your project with the following code:
exec 'guard'
Watch out! Rubymine has a problem with your PATH. For example, /usr/local/bin is filtered ...