概要 Sublime Text2 Ruby でTestUnit,Cucumber,RSpecのテストを効率化 内容 インストール ・Ctrl+Shift+P,install,Enter,RubyTest 設定 ・'Sublime Text 2' -> 'Preferences' -> 'Package Settings' -> 'RubyTest' -> Setting-User デフォルトから変更したい場合は上記を編集する ・設定例 bundler,springを利用してrspecを実行するように設定 { "run_rspec_command": "bundle exec spring rspec {relative_path}", "run_single_rspec_command": "bundle exec spring rspec {relative_path} -l{line_