dillonhafer / turblime

Turbo Sublime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

turblime

Run rspec tests on the current line or current file

Example keybindings

{ 
  "keys": ["\\", "t"],
  "command": "rspec_line",
  "context": [
    {"key": "setting.command_mode", "operand": true },
    {"key": "setting.is_widget", "operand": false },
    {"key": "setting.vintage_ctrl_keys" }
  ]
},
{ 
  "keys": ["\\", "T"],
  "command": "rspec_file",
  "context": [
    {"key": "setting.command_mode", "operand": true },
    {"key": "setting.is_widget", "operand": false },
    {"key": "setting.vintage_ctrl_keys" }
  ]
}

About

Turbo Sublime


Languages

Language:Python 100.0%