vim-rails
vim-rails copied to clipboard
Is Minitest supported "out of the box" like Rspec is?
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!