tpope / vim-rails

rails.vim: Ruby on Rails power tools
http://www.vim.org/scripts/script.php?script_id=1567
4.09k stars 381 forks source link

Test doesn't run when it has special characters in its name #599

Open penguoir opened 9 months ago

penguoir commented 9 months ago

Love the plugin! One small problem I've encountered is that when, in a minitest file, I run :Runner and provide a range, the test does not run if it has a special character like "#" or "?" in its name.

When putting a question mark in the test name, I get an error: "zsh: no matches found: -ntest_?test_name". Hashtag fails silently.

Happy to provide more info if needed. Is this a problem with my vim setup? or with the plugin?