hide minitests results window in rubymine

129 views Asked by At

The minitests results window in rubymine is driving me crazy. I get the results at the bottom but I don't want the huge window blocking the upper right portion of my screen.

I cannot figure out how to disable this notification window.

I realize I could just not auto-run the tests but I would like to have them run in the background without the constant notification.

Attaching a picture to demonstrate what window I am talking about

minitest results

I am using RubyMine version 7.1.2 on Ubuntu

I have tried disabling notification but this seems to not have any effect

enter image description here

1

There are 1 answers

4
jimcavoli On BEST ANSWER

You can disable all system notifications like this in RubyMine by going to Appearance & Behavior > Notifications in the Preferences and Unchecking the "Enable system notifications" box. There is no more granular preference that I am aware of which still preserves the in-app balloon notifications as well.