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

The directory name is invalid on Windows #165

Closed
aangnr opened this issue May 16, 2013 · 2 comments
Closed

The directory name is invalid on Windows #165

aangnr opened this issue May 16, 2013 · 2 comments

Comments

@aangnr
Copy link

aangnr commented May 16, 2013

Hi,

I am running Win 7 and when I try and run a test in Sublime Text with RubyTest the output window opens up at the bottom of Sublime Text 2217, but then nothing else happens.

Here is the CTRL+` output :
WindowsError: [Error 267] The directory name is invalid: u'E:\Users\Pankzid\Documents\lat\ruby\playlist_spec.rb'
reloading /C/Users/Pankzid/AppData/Roaming/Sublime Text 2/Packages/User/RubyTest.last-run

regards,
aang

@gs
Copy link
Collaborator

gs commented Jun 14, 2013

Hi,

plugin requires that the test files are placed in the proper folders (test, spec, feature) this can be modified in https://github.com/maltize/sublime-text-2-ruby-tests#settings-1.

So please put your spec file into spec folder like:
'E:\Users\Pankzid\Documents\lat\ruby\spec\playlist_spec.rb

Br,
Grzegorz

@aangnr
Copy link
Author

aangnr commented Jun 14, 2013

Hi gs,
Finally it’s working now.
Thanks

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