以下の内容はhttps://tbpgr.hatenablog.com/entry/20131009/1381324576より取得しました。


Sublime Text2 | RubyTestプラグインの設定ファイルのアップデートによるエラーを修正

概要

RubyTestプラグインの設定ファイルのアップデートによるエラーを修正

詳細

2013/10/08のアップデート時にRubyTestプラグインの設定ファイル読み込み時に
エラーが発生するようになりました。

Windows環境の場合)
%Sublime Text2%Packages\RubyTest\Default (Windows).sublime-keymap
の20行近辺の

  { "keys": ["ctrl+shift+e"], "command": "run_last_ruby_test",
    "context": [ { "key": "selector", "operator": "equal",
       "operand": "source.ruby, source.rspec, text.gherkin.feature"
               } ], // test last test file
  },

  { "keys": ["ctrl+shift+e"], "command": "run_last_ruby_test",
    "context": [ { "key": "selector", "operator": "equal",
       "operand": "source.ruby, source.rspec, text.gherkin.feature"
               } ]
  },

にすることで正常に起動出来るようになりました。
「, // test last test file」の部分を消す




以上の内容はhttps://tbpgr.hatenablog.com/entry/20131009/1381324576より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14