moxley / atom-ruby-test

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

Space in project directory path causing problems #30

Closed moxley closed 8 years ago

moxley commented 9 years ago

This user had a space in one of the directory names leading up to their project directory. It caused an error in the test output: zsh:cd:1 string not in cwd....

See https://github.com/moxley/atom-ruby-test/issues/29.

wkonkel commented 9 years ago

I am also experiencing this. It seems to be a problem relating to RVM's chpwd function.

/Users/warren/.rvm/scripts/extras/bash_zsh_support/chpwd/function.sh: line 5: cd /Users/warren/Workspace/project: No such file or directory

It looks like the path isn't being passed with quotes.

moxley commented 8 years ago

This is resolved with 80b5c53e6a98f6dc14ad26356ef793d0a10a126d