atom-ruby-test
atom-ruby-test copied to clipboard
Run Ruby tests, Rspec examples, and Cucumber features from Atom
Is this related to the theme? Something i could have in my setup? This is running ruby test: This is when i run the command directly in my terminal (iterm2...
Atom version 0.211.0, ruby-test version 0.9.11. Running [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh), and notice that my `~/.zshrc` isn't loaded automatically, which causes the PATH to not be set, so gems like `rspec` and `bundler`...
Ctrl-Shift-T gives me `Uncaught TypeError: Cannot read property replace of undefined` and directs me to #44 I also have no idea what command to run and how it selects which...
In `ruby test` for Sublime Text, test runs jump over `debug` or `byebug` statements and finish execution. In Atom, the code stops (I have verified this behavior for `byebug` only)....
I'm developing with Atom on a 27" display, and having the test-result pane span over the complete width of the window seems like a bit too much. I tried to...
Ability to click on a file path in the output and have it open in the editor.