RubyMine 2018.1 Help

Installing Gems for Testing

Using the supported testing frameworks requires the respective gems to be installed and activated in your project. Without the required gems, the corresponding context menu commands and code completion will not be available.

Installing gems for testing

To install and activate gems for testing

  1. Open the Settings/Preferences dialog box, and click Ruby SDK and Gems.
  2. In the Gems section, explore the list of gems for the required gems.
  3. If the required gems are missing, resolve the references as described in the section Resolving References to Missing Gems.
Last modified: 1 August 2018

See Also