Jesus Castello
Jesus Castello
I think this problem is related to this line of code: https://github.com/fcoury/atom-rspec/blob/9fe69f2d17288a1ba31eb9de15c118b818843fee/lib/rspec-view.coffee#L90 `command` is probably undefined, can you try manually setting your rspec command in the plugin configuration? Just `rspec`...
Atom 1.0 changed how you define default config values, but we never released this update for some reason. It seems to be fixed on master. @fcoury can we do a...
All the plugin does is run rspec in the background and copy the output into an atom window. Not sure what would it take to make it interactive, a good...
You can do this running your test once and then using the 'Run last' feature.
Currently not possible, I believe.
I think the plugin doesn't work with Atom 1.1. Could anyone with issues downgrade to 1.0 to confirm this?
Thanks for your report. I think this is related to https://github.com/fcoury/atom-rspec/pull/63 so it should be fixed in the next version.
Can anyone confirm if this is still an issue for them with the latest version of the package?
Hi @Shekharrajak, Thanks for your reply! If I understand correctly daru-view is going to be merged as part of daru itself? What's left to do? Is there a roadmap?
I would love to include a scroll bar but I'm not sure how to do that, the documentation is not very clear. I will take another look if I have...