RubyTest in Sublime Text 2

前端 未结 12 1767
逝去的感伤
逝去的感伤 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:03

    This worked for me:

    If you're using RVM, open a project with command line from the project's folder:

    subl .
    

    Then, it'll hook the ruby version and gems.

提交回复
热议问题