moxley / atom-ruby-test

Run Ruby tests, Rspec examples, and Cucumber features from Atom
MIT License
43 stars 36 forks source link

Add bundle support? #25

Closed RSO closed 10 years ago

RSO commented 10 years ago

When trying to run my tests I received some output stating that I should use bundle exec to run the tests. I manually edited the package and added bundle exec and now the tests work for me.

I'm not totally sure if adding bundle exec as a prefix to all commands will have the expected outcome for people who are not working inside of a bundle. What do you think?

I could possibly spend some more time on this and add bundle support as a setting.

moxley commented 10 years ago

Have you tried modifying the command in the settings? See the readme for details.

RSO commented 10 years ago

Nice, thanks for adding this feature!

art-solopov commented 9 years ago

While modifying the commands is a viable options, wouldn't it be nice to have a universal flag to use Bundler whenever possible, similar to the Emacs rspec-mode?