Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Spaces in the path to Rails project causes autotest to choke #4

Closed
charlesroper opened this issue Feb 17, 2010 · 7 comments
Closed

Comments

@charlesroper
Copy link

I'm using autotest-growl with Rails on Windows and it works just fine unless there is a space in the path to my Rails project. Here's the error I get:

http://gist.github.com/307070

The pertinent bit is No such file or directory - D:/Users/charlesr/Documents/My (Errno::ENOENT) where you can see the path has been truncated at the space.

@grosser
Copy link
Owner

grosser commented Feb 18, 2010

i dont think its a widows issue, just a spaces issue.
You should not have spaces in your paths, you will run in many of those issues with different libraries...
but ill try to fix it soon.

@grosser
Copy link
Owner

grosser commented Feb 20, 2010

fixed in 4.2.8

@charlesroper
Copy link
Author

I'm still getting the same error in 4.2.8:

http://gist.github.com/307070

@grosser
Copy link
Owner

grosser commented Feb 20, 2010

ahh i think the spec does not cover mtime-checking, just one clean run...
ill try to fix it again :)

@grosser
Copy link
Owner

grosser commented Feb 20, 2010

aaaah :D
its an autospec problem :)
autospec does not escape the filenames properly, nothing autotest can do afaik
can you open an issue at the rspec project ?

@charlesroper
Copy link
Author

Ahh, I didn't realise autospec was part of rspec. I've just found the wiki. Whew, there are quite a lot of moving parts in all this, eh? :)

@grosser
Copy link
Owner

grosser commented Feb 21, 2010

Yep, lot of stuff that builds on autotest, makes refactoring hard and causes issus :)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants