vim-rails icon indicating copy to clipboard operation
vim-rails copied to clipboard

Is Minitest supported "out of the box" like Rspec is?

Open leesmith opened this issue 1 year ago • 0 comments

I'm using Minitest in a Rails 7.1 app and I was expecting to be able to call navigation commands like :Etest models<Tab> and it work exactly like Rspec navigation commands, :Espec models<Tab> but that's not the case. Why is that? I'm seeing the related test projections in the code but what about my project or setup is preventing them from working? Many thanks!

leesmith avatar Feb 12 '24 14:02 leesmith