-
Notifications
You must be signed in to change notification settings - Fork 105
Not getting full file path of spec in terminal #104
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
Comments
It's likely you are in the directory of the file that you have open. What is the result of running |
Running |
What is the result of |
Also here are the versions I'm using:
I'm also not sure if I'm using vim-rspec correctly. We are supposed to hit |
I am also getting the same issue but I only came across this since I started using this vim distribution https://github.com/spf13/spf13-vim . I'm assuming there is a configuration within spf13's vim distribution that changes the file path somehow. |
I'm getting the same behavior...but only some times. I'm using FZF using Ag to build list of files (vimrc). It seems that on occasion when a file is opened with :FZF |
For some reason when I run any of the vim-rspec commands it shows up in my terminal as something like "rspec ~/railsapp/user_spec.rb" instead of "rspec ~/railsapp/spec/models/user_spec.rb". I changed
to
in
plugin/rspec.vim
and it seemed to fix it. I was wondering if anyone else had this problem?The text was updated successfully, but these errors were encountered: