RubyMine 2016.2 Help

Running Tests

RubyMine makes it possible to run all tests in a container, individual tests or test methods. For each one, RubyMine provides a temporary run-debug configuration that can be saved if necessary as a permanent one.

To run all tests in a directory

  1. In the Project tool window, select the directory that contains tests to be executed.
  2. On the context menu, choose the corresponding run command, for example, Run 'All tests in: <directory name>'.
    ruby_runAllTests
  3. If the directory contains tests that belong to the different testing frameworks, select configuration to be used.
  4. Explore results in the test runner.

To run a test case or test script

  1. Open the desired test in the editor, or select it in the Project tool window.
  2. On the context menu of the selection, choose Run <test class name>.

To run a test method or example

  1. Open the desired test in the editor.
  2. Place the caret somewhere within the test method body.
  3. On the context menu, choose Run <test method name>.

See Also

Language and Framework-Specific Guidelines:

Last modified: 30 November 2016