RubyTest in Sublime Text 2

前端 未结 12 1762
逝去的感伤
逝去的感伤 2020-12-12 16:24

I am trying to get RubyTest to work in Sublime Text 2. I followed the Instruction on the Github Readme and get the following error. Does anyone know how I could fix this?

12条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-12 17:07

    The following steps worked for me (I encountered the same error as OP):

    1. Install the RubyTest plugin through the package control manager. Note* If you don't have the package manager installed - I highly recommend it for managing sublime plugins - more info here.

    2. Be sure to add the code here to your RubyTest.sublime-settings file. This file can be found at (from the menu): Preferences -> Package settings -> RubyTest -> Settings User

    3. Save file, close Sublime and restart Sublime from the terminal in your project's folder using (so PATH is available in Sublime): subl .

提交回复
热议问题