Skip to content

Instantly share code, notes, and snippets.

@daymun
Last active August 29, 2015 14:07
Show Gist options
  • Save daymun/45db0b939c1767930462 to your computer and use it in GitHub Desktop.
Save daymun/45db0b939c1767930462 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+b"], "command": "run_single_ruby_test",
"context": [ { "key": "selector", "operator": "equal",
"operand": "source.ruby, source.rspec, text.gherkin.feature"
} ]
},
{ "keys": ["super+shift+b"], "command": "run_all_ruby_test",
"context": [ { "key": "selector", "operator": "equal",
"operand": "source.ruby, source.rspec, text.gherkin.feature"
} ]
},
{ "keys": ["super+escape"], "command": "run_last_ruby_test" },
{ "keys": ["super+shift+x"], "command": "show_test_panel" }
]
{
"run_rspec_command": "export PATH=~/.rbenv/shims:$PATH; spring rspec --format=doc --format=Nc {relative_path}",
"run_single_rspec_command": "export PATH=~/.rbenv/shims:$PATH; spring rspec --format=doc --format=Nc {relative_path}:{line_number}",
"save_on_run": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment