moxley / atom-ruby-test

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

why running rspec test for current file not working. #29

Closed RyanZhu1024 closed 9 years ago

RyanZhu1024 commented 9 years ago

I install the package and config it as required. the image below shows my configuration. But when I run test for current file I got an error. Help!!

screen shot 2014-10-08 at 11 22 48 pm screen shot 2014-10-08 at 11 22 35 pm

RyanZhu1024 commented 9 years ago

I figure it out. It's the directory name that matters. The project is in /Documents/ruby projects/rails_project and there is a space in the middle of "ruby projects" which cause the problem.

moxley commented 9 years ago

Hi @RyanZhu1024. I opened an issue for the space in the directory path: https://github.com/moxley/atom-ruby-test/issues/30. Thanks for the feedback

RyanZhu1024 commented 9 years ago

@moxley cool, I'm glad I helped.