maltize / sublime-text-2-ruby-tests

Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)
721 stars 119 forks source link

ENV and spring/bundler autodetermination #248

Closed astrauka closed 9 years ago

astrauka commented 9 years ago

Ability to set environment variables for the run. Autodetermine whether to use bundler or spring. Do not use both at the same time.

astrauka commented 9 years ago

@maltize tagging you in case you did not get notified about the pull request

astrauka commented 9 years ago

@gs @gja tagging you in case you did not get notified about the pull request

rposborne commented 9 years ago

+1 currently the check for spring flag will just crash if spring is not present.

astrauka commented 9 years ago

I think that my code is far from perfect and it fails when first project path is not the project root path, so closing for now