Run Ruby tests, RSpec examples, Cucumber features and Python tests files from Atom, quickly and easily.
In Atom's Settings, go to Packages, search for "Ruby Test".
Click the Install
button.
IMPORTANT: Before configuring ruby-test, toggle to the test panel to activate
the package: cmd-ctrl-x
.
Shell: executable or path to shell (e.g. fish
, /bin/zsh
)
Open the test file you want to run, then issue one of the following:
cmd-ctrl-y
- Run all the test filescmd-ctrl-t
- Run the current test filecmd-ctrl-r
- Run the test at the current line in test filecmd-ctrl-e
- Re-run the previous test (doesn't need to have the test file active)cmd-ctrl-x
- Show/hide the test panelcmd-ctrl-c
- Cancel current test runrvm
and rbenv
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.