pezra / rspec-mode

An RSpec minor mode for Emacs
257 stars 112 forks source link

add ability to specify .zeus.sock path #126

Closed barooo closed 9 years ago

barooo commented 9 years ago

since you can specify the socket path to zeus via an environment variable, this lets us override the default (project_root/.zeus.sock) via a variable (in my specific case, "/tmp/zeus.sock").

dgutov commented 9 years ago

Why not read that variable's value with getenv?

barooo commented 9 years ago

Cleaned up the commits so there's only one, and took the suggestion to use getenv.

dgutov commented 9 years ago

Thanks!