Skip to content

With spring the quick fix window always opens #114

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

Open
doits opened this issue Feb 24, 2016 · 2 comments
Open

With spring the quick fix window always opens #114

doits opened this issue Feb 24, 2016 · 2 comments

Comments

@doits
Copy link

doits commented Feb 24, 2016

Everything works with this:

let g:rspec_command = "Dispatch rspec {spec}"

When there is an error, I get the quick fix window, if not, then not.

But if I add spring ...

let g:rspec_command = "Dispatch spring rspec {spec}"

... I always get the quick fix window and the first line is focused (which says || Run options: include {:focus=>true} in my case, because I have set Spring.quiet = true)

I'm using rspec 3.5.0.beta1 and Rails 5.0.0.beta2, so maybe that has to do something with it? How can we debug this further?

@ThanhKhoaIT
Copy link

cc: @gylaz

@yboulkaid
Copy link

I had the same problem and ended up using binstubs. Generate them with spring and then :
let g:rspec_command = "bin/rspec {spec}"

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

3 participants