RubyTest in Sublime Text 2

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

    Same issue for me. With rspec 1.3.2 what I just did to fix it is to edit the RubyTest.sublime.settings file in the plugin folder, changing the "ruby_rspec_exec" key from:

    "ruby_rspec_exec": "rspec"
    

    to

    "ruby_rspec_exec": "spec"
    

    It really depends on the location where you have your rspec executable file...

提交回复
热议问题