Tim Pope
Tim Pope
Might be a bad shell config. Try `set shell=/bin/sh shellcmdflag=-c` in your vimrc to eliminate some common offenders.
It could be worked around by using jobs, which would be an improvement anyways, but it will take more than a one-liner.
Your requested behavior seems preferable, though with `.js.coffee` going out of style I can't say this is a priority. I'll merge a pull request.
Do request tests map cleanly to controllers?
Uh are you sure you didn't screw that up?
So the name of the spec doesn't have `_spec` in it?
@teoljungberg can you cite an OSS project or 2 that does this?
Seems irrelevant to a filename conversation but ok.
I'm out of the loop on this. What's the naming scheme? What should the template look like? Based on precedent, we probably want to further overload this onto `:Eintegrationtest`.
Probably adding another section like this will be sufficient: https://github.com/tpope/vim-rails/blob/de73f6d1b0bf1b2af2d576f3420fc861af14769f/autoload/rails.vim#L4430-L4438 For templates we strive for the smallest possible, no example tests or anything like that. One can use the generator...