atom-ruby-test
atom-ruby-test copied to clipboard
Run Ruby tests, Rspec examples, and Cucumber features from Atom
In a Minitest case, the action "Test Single" (ruby-test:test-single) does not work when the test-case name has spaces. This is because: `test "my awesome feature" do` is equivalent to: `def...
Hi everybody, I'm the owner of the ruby-test project. I haven't actually used ruby-test in a real-world situation in over a year. I still use Atom, and I do testing,...
trying to use cmd-ctrl-r (run test at cursor) with minitest and it doesn't like the `file:line-number` syntax (i even tried [the `m` gem](https://github.com/qrush/m) but there is an [issue](https://github.com/qrush/m/issues/35) with that...
Hello, I have just installed this package and a bit curious on how to choose between the whole command's options for my purposes. I'm writing gems with `bundler` and using...
Steps to reproduce: 1. Install ruby-test 2. Toggle test window (e.g. through Cmd+Ctrl+X) **Atom**: 1.25.1 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.12.6 **Thrown From**: [ruby-test](https://github.com/moxley/atom-ruby-test) package 1.0.2 ### Stack...
Not have option to zoom/alter the font, is very small.
Hi there, I realise that this project is not 100% maintained anymore. Hopefully this is something I can fix with your help, and submit a PR. When I issue a...
Hey, Any plan to support the new [docks feature of Atom 1.17](http://blog.atom.io/2017/04/12/atom-1-16.html#introducing-docks) in the future? Seems like it would fit perfectly and would be great to use instead of the...
When I run the spec with the keyboard shortcuts, it runs the spec but it's modifying the actual spec file. Here's a screen shot from the `git diff` of what...
I would like to be able to run the tests for a certain file from within that file, without having to switch over to the spec file. I figure since...