RubyMine 2023.3 Help

Navigate between a test and test subject

In RubyMine, you can quickly navigate between a test and the test subject.

Jump from a test to its test subject

  1. Open a test class in the editor.

  2. From the main menu or the editor context menu, select Navigate | Test Subject. Alternatively, press Control+Shift+T.

    The test subject for the current test class opens in the dedicated tab of the editor and gets the focus.

Jump from a class or file to its test

  1. Open class in the editor. If you want to navigate from a method to its test, place the caret at this method.

  2. If more than one test is associated with the test subject, select the desired one from the list. The test for the current class opens in the dedicated tab of the editor and gets the focus.

    If a test doesn't exist, you will be prompted to create one as described in Create a test when navigating to it.

Last modified: 09 January 2024