RubyTest in Sublime Text 2

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

    I'm using rbenv and found that adding the following to my .bashrc did the trick

    /Users/user/.rbenv/shims/rspec
    

提交回复
热议问题