arthurnn / minitest-emacs

A minitest mode for emacs
49 stars 26 forks source link

bundle exec should be optional, per configuration setting #20

Closed morhekil closed 9 years ago

morhekil commented 9 years ago

Hi,

I was trying to use minitest mode on a ruby project that doesn't use bundler. There is a configuration option to disable "bundle exec" prefix for the commands, but it looks to me like it is not actually used, and all command are hardcoded to use bundler's prefix.

This change is to make it actually work, removing "bundle exec" if the relevant config option is set to nil.

arthurnn commented 9 years ago

thanks