moxley / atom-ruby-test

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

cd: atom://config: No such file or directory #61

Closed brian-vogogo closed 9 years ago

brian-vogogo commented 9 years ago

When running Ruby Test: Single File the output window shows:

/Users/brian/.rvm/scripts/extras/bash_zsh_support/chpwd/function.sh: line 5: cd: atom://config: No such file or directory

In shell_runner.full_command I added alert(this.params.cwd()) which pops up an alert with atom://config

No spaces in the project path (though there are dashes). Atom v1.0.0. OSX.

brian-vogogo commented 9 years ago

Figured this out. I had added a second project folder to the Tree View. That project folder was atom://config. To fix, opened Tree View, right-clicked on a folder called 'config' and chose 'Remove project folder'.